From 984c86ef53177ed783612f7dcfd88c5bce330f49 Mon Sep 17 00:00:00 2001
From: SileNce5k <ozzynexus@gmail.com>
Date: Mon, 8 Mar 2021 21:17:04 +0100
Subject: [PATCH] Remove commented out code

---
 util/reloadCommands.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/util/reloadCommands.js b/util/reloadCommands.js
index 4f389f8..0386c0b 100644
--- a/util/reloadCommands.js
+++ b/util/reloadCommands.js
@@ -15,8 +15,5 @@ module.exports = function (client) { //TODO: Add ability to reload specified com
         const command = require(`../commands/${file}`);
         client.commands.set(command.name, command);
     }
-
-
-    //console.log(require.cache[require.resolve('../commands')])
 }