Remove print statement

refactor
HumanoidSandvichDispenser 2024-06-06 09:37:56 -07:00
parent 2cffab617c
commit b7547f3b38
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ public partial class Inventory : Node2D, IItemCollection<ItemMetadata>
EmitSignal(SignalName.EquippedItem, prevItem, _selectedItem);
GD.Print($"Inventory: {index} is new selected index.");
return true;
}