Removed console log from Bang scraper.

This commit is contained in:
DebaucheryLibrarian 2022-02-12 16:22:41 +01:00
parent 9edd652a2c
commit c7c62e220d
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ async function scrapeScene(scene, entity, options) {
.replace(/[! .]/g, '')
.replace('&', 'and');
console.log(release);
return release;
}