Removed stray console log.

This commit is contained in:
DebaucheryLibrarian 2022-12-29 00:17:20 +01:00
parent 9dd3348535
commit 16de5e2a2c
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ function scrapeScene({ query }, url) {
release.channel = slugify(query.url('.shoot-logo a')?.split('/').slice(-1)[0], '');
console.log(release);
return release;
}