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

@ -185,7 +185,6 @@ func _enter_code():
"CHORUS":
var music = AudioServer.get_bus_index("music")
AudioServer.set_bus_effect_enabled(music,0,true)
Console.print(AudioServer.get_bus_effect_count(music))
"HYDROCITY":
var player = get_tree().get_nodes_in_group("player").pop_back()
player.oxygen_timer.start(0.001)