Removed stray console log from Gamma scraper.

This commit is contained in:
ThePendulum 2020-02-19 04:50:10 +01:00
parent 9c234af747
commit 2c490753a4
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ function scrapeAll(html, site, networkUrl, hasTeaser = true) {
];
}
console.log(release.title, release.teaser);
return release;
});
}