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