1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-21 23:34:21 +00:00

Do not print debug message on crop growth

This commit is contained in:
Steffo 2023-01-08 07:53:23 +01:00
parent 4d5cae5617
commit b14f375128
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -21,7 +21,6 @@ func plant():
func complete():
if not growth_timer.is_stopped():
growth_timer.stop()
print("Playing completition sound...")
pop_sound.play_with_random_pitch()
emit_signal("on_complete")
if debug_growth: