Don't print on load.

This commit is contained in:
Relintai 2023-10-12 02:54:03 +02:00
parent 64d86cce50
commit 920d4c25c4

View File

@ -22,7 +22,7 @@ func _enter_tree():
get_editor_interface().get_editor_viewport().add_child(todo_screen)
load_data()
print("TODO loaded")
#print("TODO loaded")
func _ready() -> void:
set_process_input(false)