From 0516ee17972cdbbf8de80490270bc54811f586ba Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Wed, 18 Sep 2024 23:03:47 -0400 Subject: [PATCH] Remove Ohio debugger --- util/commands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/util/commands.js b/util/commands.js index c9c4b5b..70f59fd 100755 --- a/util/commands.js +++ b/util/commands.js @@ -8,7 +8,6 @@ for (const plugin of bpl) { } try { const commandName = plugin.split('.js')[0] - console.log(commandName) if(commandName == "settings" && settings.userSettingsDisabled) continue cmds[commandName] = require(`../commands/${plugin}`) if (cmds[commandName].level === undefined) {