Removed Gamma console logs.

This commit is contained in:
DebaucheryLibrarian 2021-08-24 02:56:59 +02:00
parent 546f778b1b
commit 23537e0243
1 changed files with 0 additions and 5 deletions

View File

@ -459,9 +459,6 @@ async function scrapeSceneApi(data, site, options) {
release.channel = data.sitename;
release.qualities = data.download_sizes;
console.log(data);
console.log(release);
return release;
}
@ -731,8 +728,6 @@ function getDeepUrl(url, site, baseRelease, mobile) {
const sceneId = baseRelease?.entryId || pathname.match(/\/(\d+)\//)?.[1];
console.log(pathname);
if (mobile && /%d/.test(mobile)) {
return util.format(mobile, sceneId);
}