Removed console log.

This commit is contained in:
DebaucheryLibrarian 2020-12-05 02:44:39 +01:00
parent f0bec85ef8
commit 71196688ae
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ function scrapeAllB(scenes, channel) {
release.entryId = release.poster?.match(/\/sets\/(.*)\//)?.[1] || slugify(release.title);
console.log(release);
return release;
});
}