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: