mirror of
https://github.com/Relintai/Godot-Simple-TODO.git
synced 2024-11-11 06:32:10 +01:00
Don't print on load.
This commit is contained in:
parent
64d86cce50
commit
920d4c25c4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user