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;