Remove unused/debug code

This commit is contained in:
Leroy Hopson 2021-06-19 19:54:44 +07:00
parent 03f9b84b71
commit bd296364d3
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 1 additions and 63 deletions

View file

@ -156,9 +156,7 @@ func _on_Terminal_key_pressed(data: String, event: InputEventKey) -> void:
get_tree().get_root().add_child(scene)
visible = false
scene.grab_focus()
print("await the exit!")
yield(pty, "exited")
print("a got here")
visible = true
$Terminal.grab_focus()
scene.queue_free()