game: remove old debug prints

This commit is contained in:
2025-08-20 02:05:25 +02:00
parent c3f49c885a
commit 8c10cc19a2
4 changed files with 0 additions and 6 deletions

View File

@@ -28,7 +28,6 @@ func _ready() -> void:
func _on_pick_button_pressed() -> void:
player.modifiers.append(mod)
print_debug("player mods: %s" % len(player.modifiers))
Engine.time_scale = 1.0
lvlup_picked.emit(mod)
queue_free()