From 694b40ee01da4318296c21942c0ceaa799c0f85b Mon Sep 17 00:00:00 2001 From: Kjarrigan Date: Fri, 24 Mar 2023 23:59:54 +0100 Subject: [PATCH] remove debug output --- lib/globals.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/globals.gd b/lib/globals.gd index 924d1e0..bbb5526 100644 --- a/lib/globals.gd +++ b/lib/globals.gd @@ -31,10 +31,9 @@ func _unhandled_input(event): new_input(active_item.get_parent()) else: new_input(root_list) - + func _input(event): if event.is_action_pressed("deselect"): - print_debug("RMB") item_selected.emit(null) return