Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 30, 2023
1 parent 91c545d commit 04e3bfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/modules/player/gameplay.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,6 @@ export class GameplayService {
realSlotForItem = equipmentSlot;
}

console.log(equipmentSlot, itemRef, realSlotForItem);

const existingInstance = inventory.equippedItems[equipmentSlot];
if (existingInstance) {
await this.unequipItem(
Expand Down

0 comments on commit 04e3bfb

Please sign in to comment.