forked from DebaucheryLibrarian/traxxx
Removed stray console log from Gamma scraper.
This commit is contained in:
parent
9c234af747
commit
2c490753a4
|
@ -180,8 +180,6 @@ function scrapeAll(html, site, networkUrl, hasTeaser = true) {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(release.title, release.teaser);
|
|
||||||
|
|
||||||
return release;
|
return release;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue