From cc49faf60ff149087cfaa7da47e62af5442ba478 Mon Sep 17 00:00:00 2001 From: Christopher Thai Date: Wed, 13 Dec 2023 22:56:43 -0800 Subject: [PATCH] removed logs --- src/commands/commandList/shop/inventory.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/commandList/shop/inventory.js b/src/commands/commandList/shop/inventory.js index 97f9e2a5..9507025b 100644 --- a/src/commands/commandList/shop/inventory.js +++ b/src/commands/commandList/shop/inventory.js @@ -47,7 +47,6 @@ module.exports = new CommandInterface({ wallpaperUtil.getItems(p), itemUtil.getItems(p), ]); - console.log(promises); let inv = addToString(promises); let text = '**====== ' + p.getName() + "'s Inventory ======**\n" + inv;