From 80dfcec8566b1c23796b509f8ccea427f9edc288 Mon Sep 17 00:00:00 2001 From: rowan Date: Tue, 17 Jun 2025 06:21:54 -0400 Subject: [PATCH] aa --- godot/src/inventory.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/godot/src/inventory.gd b/godot/src/inventory.gd index 37fadfd..d4d45e5 100644 --- a/godot/src/inventory.gd +++ b/godot/src/inventory.gd @@ -38,7 +38,6 @@ func _ready(): updated.emit() func _get_id(item: Item) -> int: - print(item.get_instance_id()) return item.get_instance_id() func _item_eq(a: Item, b: ItemInstance) -> bool: