forked from DebaucheryLibrarian/traxxx
Removed Gamma console logs.
This commit is contained in:
parent
546f778b1b
commit
23537e0243
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue