♻️ removed Print statements

This commit is contained in:
2025-11-25 17:20:58 +01:00
parent f37f7c7ceb
commit 75e4bdd7fd
5 changed files with 0 additions and 14 deletions
@@ -18,7 +18,6 @@ public partial class InventoryUi : Control
public override void _Ready()
{
GD.Print("Ready inventory ui");
_playerInventory = InventoryManager.Instance.playerInventory;
//PopulateSlots();
SubscribeSlots();