From 6b8b36c2912293d9bf2f6d20054032034e4ac334 Mon Sep 17 00:00:00 2001 From: baz Date: Wed, 4 Jun 2025 00:09:48 +0100 Subject: [PATCH] Remove console.log --- commands/100-games/timetobeatplannedgames.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/commands/100-games/timetobeatplannedgames.js b/commands/100-games/timetobeatplannedgames.js index 55279dc..e1378d7 100644 --- a/commands/100-games/timetobeatplannedgames.js +++ b/commands/100-games/timetobeatplannedgames.js @@ -65,12 +65,6 @@ module.exports = { } } - for (let i = 0; i < timings.length; i++) - { - console.log(timings[i]); - } - - const average = Math.round(timings.reduce((sum, num) => sum + num, 0)); const desc = `It would take **${average} hours** to beat every game on ${user.displayName}'s planned game list.`;