From c463bf0adc5e8b8b41bc4b400a65867614ee9051 Mon Sep 17 00:00:00 2001 From: Nathan Singer Date: Sun, 27 Apr 2025 13:03:49 -0400 Subject: [PATCH] another print --- card.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/card.gd b/card.gd index cd831fe..13c5d03 100644 --- a/card.gd +++ b/card.gd @@ -56,7 +56,6 @@ func _gui_input(event: InputEvent) -> void: match event.button_index: MOUSE_BUTTON_LEFT: if event.pressed: - print("down") is_dragging = true mouse_offset = get_global_mouse_position() - global_position else: