Skip to content

Commit

Permalink
Remove debug code (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrebey authored and cld9x committed Nov 26, 2019
1 parent 6dcd83a commit 5569303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scrape/vrteenrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func VRTeenrs(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out cha

// Scene ID - get from cover image URL
re := regexp.MustCompile(`(?m)vrporn(\d+)`)
log.Infof("Getting site id from: %s", coverURL)
sc.SiteID = re.FindStringSubmatch(coverURL)[1]
sc.SceneID = slugify.Slugify(sc.Site) + "-" + sc.SiteID
}
Expand Down

0 comments on commit 5569303

Please sign in to comment.