Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Aug 20, 2024
1 parent baa3c03 commit 94d1097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/assets/zscript/actors/hxdd/items/pickupnode.zs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ class HXDDPickupNode : Inventory {
}

if (newSound != "") {
console.printf("%s", newSound);
slot.pickup.PickupSound = newSound;
}
return self;
Expand All @@ -300,7 +299,6 @@ class HXDDPickupNode : Inventory {
return self;
}
if (newSound != "") {
console.printf("%s", newSound);
slot.pickup.UseSound = newSound;
}
return self;
Expand Down

0 comments on commit 94d1097

Please sign in to comment.