From 566b1b77452c21ad42bd137098c820bc86a29e3e Mon Sep 17 00:00:00 2001 From: baz Date: Tue, 4 Feb 2025 08:44:48 +0100 Subject: [PATCH] Remove console.logs --- commands/100-games/chartbeatgames.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/100-games/chartbeatgames.js b/commands/100-games/chartbeatgames.js index 773824c..7c05b49 100644 --- a/commands/100-games/chartbeatgames.js +++ b/commands/100-games/chartbeatgames.js @@ -229,10 +229,6 @@ async function GenerateTwoUserChart(user1, user2, interaction) { } } - console.log(labels); - console.log(user1values); - console.log(user2values); - const date1 = new Date(); const date2 = new Date('2024-01-01'); const differenceInMilliseconds = date1 - date2;