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

@ -56,7 +56,6 @@ func _input(event: InputEvent) -> void:
# reload scores from newgrounds
func reload_scores() -> void:
_set_tag()
print(_scoreboard_tag)
scoreboard_tabs.current_tab = 1
# attempt the thing
if _scoreboard_id >= 0 and Ngio.keys_loaded: