game: remove old debug prints

This commit is contained in:
2025-08-20 09:46:53 +02:00
parent 98e7753014
commit 051406cf40
3 changed files with 0 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ func _ready() -> void:
upgrade_name.text = mod.title
upgrade_description.text = mod.description
upgrade_tex.texture = mod.tex
print_debug("tex: %s" % mod.tex)
func _on_pick_button_pressed() -> void: