From c0b04d6d5580432f436499b54c3037b2b97e0a69 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Thu, 15 Sep 2022 09:38:53 +0200 Subject: [PATCH] remove console.log --- src/howlongtobeat/howlong.js | 1 - 1 file changed, 1 deletion(-) 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,