Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Dec 14, 2023
1 parent 83270ad commit cc49faf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/commandList/shop/inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cc49faf

Please sign in to comment.