remove console.log

This commit is contained in:
Wouter Groeneveld 2022-09-15 09:38:53 +02:00
parent 92c5543b79
commit c0b04d6d55
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ async function howLongToBeatSearch(game) {
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:90.0) Gecko/20100101 Firefox/90.0"
}
}).json()
console.log(results)
return results.data.map(item => {
return {
'id': item.game_id,