Removed stray console log from Gamma.
This commit is contained in:
parent
d0a4d06cd3
commit
acd29a1451
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue