Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjarrigan committed Mar 24, 2023
1 parent 899a1d8 commit 694b40e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/globals.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 694b40e

Please sign in to comment.