From 597069906133fea506088ce69a23adeddea49b15 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 17 Jul 2023 20:18:59 +0200 Subject: [PATCH] Remove logging --- commands/misc/timer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/misc/timer.js b/commands/misc/timer.js index 8f9e0df..746689b 100644 --- a/commands/misc/timer.js +++ b/commands/misc/timer.js @@ -39,7 +39,6 @@ module.exports = { } if(!isNaN(parseTime(args[0], Math.floor(new Date() / 1000)))) sendText = await createTimer(message, args, true); - console.log("sendText: ", sendText) break; } message.channel.send(sendText);