Removed stray console log from Gamma.
This commit is contained in:
@@ -675,10 +675,7 @@ async function fetchLatestApi(site, page = 1, options, preData, upcoming = false
|
||||
encodeJSON: true,
|
||||
});
|
||||
|
||||
console.log(res.status);
|
||||
|
||||
if (res.status === 200 && res.body.results?.[0]?.hits) {
|
||||
console.log(res.body.results);
|
||||
return scrapeApiReleases(res.body.results[0].hits, site, options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user