aboutsummaryrefslogtreecommitdiff
path: root/logic/stage.gd
diff options
context:
space:
mode:
Diffstat (limited to 'logic/stage.gd')
-rw-r--r--logic/stage.gd8
1 files changed, 0 insertions, 8 deletions
diff --git a/logic/stage.gd b/logic/stage.gd
index 207b451..ac5e9aa 100644
--- a/logic/stage.gd
+++ b/logic/stage.gd
@@ -100,11 +100,3 @@ func _notification(what: int):
discard_action()
-func _unhandled_input(event):
- get_node("/root/main/debug").text += "%s\n" % event.to_string()
-
-
-func _unhandled_key_input(event):
- get_node("/root/main/debug").text += "%s\n" % event.to_string()
-
-