From 23537e0243cd602b3f7ea19ea6ff3963b01c91dd Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Tue, 24 Aug 2021 02:56:59 +0200 Subject: [PATCH] Removed Gamma console logs. --- src/scrapers/gamma.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/scrapers/gamma.js b/src/scrapers/gamma.js index acad457c..9e0fd9d6 100644 --- a/src/scrapers/gamma.js +++ b/src/scrapers/gamma.js @@ -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); }