diff --git a/src/howlongtobeat/howlong.js b/src/howlongtobeat/howlong.js index 6f25806..193f604 100644 --- a/src/howlongtobeat/howlong.js +++ b/src/howlongtobeat/howlong.js @@ -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,