remove some stray random prints

This commit is contained in:
Haze Weathers 2024-02-29 01:26:56 -05:00
parent 7ffdbf6219
commit 83f0bccd9a
9 changed files with 0 additions and 10 deletions

View file

@ -15,7 +15,6 @@ onready var tab_container: TabContainer = $"%TabContainer"
func _ready() -> void:
yield(get_tree(), "idle_frame")
print(_scoreboard_tag)
$"%YesScore".grab_focus()
Fade.fade_in(Options.transition_speed_secs)