Removed stupid print in suit

This commit is contained in:
Thomas Muller 2023-10-03 19:27:48 -04:00
parent 7b71894a16
commit c2dc5e8bc7

View file

@ -20,10 +20,6 @@ func _ready():
animation.bezier_track_insert_key(track, time, -80, Vector2(-0.25, 0))
func _process(delta):
print(_song.volume_db)
func _on_body_entered(body):
if _activated: return