From 98357b5decfaa8f04f79eafb42617bd91b7b6f78 Mon Sep 17 00:00:00 2001 From: Nathan Singer Date: Sun, 27 Apr 2025 13:00:53 -0400 Subject: [PATCH] removes prints --- card.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/card.gd b/card.gd index 3b88a2b..cd831fe 100644 --- a/card.gd +++ b/card.gd @@ -67,7 +67,6 @@ func _gui_input(event: InputEvent) -> void: func _unhandled_key_input(event: InputEvent) -> void: if event.is_action_pressed("default_action"): - print("space pressed!") if current_pivot == pivot.ROTATE_0: current_pivot = pivot.ROTATE_90 is_pivot = true