forked from DebaucheryLibrarian/traxxx
Removed console log from Bang scraper.
This commit is contained in:
parent
9edd652a2c
commit
c7c62e220d
|
@ -102,8 +102,6 @@ async function scrapeScene(scene, entity, options) {
|
||||||
.replace(/[! .]/g, '')
|
.replace(/[! .]/g, '')
|
||||||
.replace('&', 'and');
|
.replace('&', 'and');
|
||||||
|
|
||||||
console.log(release);
|
|
||||||
|
|
||||||
return release;
|
return release;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue