From b14f3751281962034211f43bfe44e96543012f9a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 8 Jan 2023 07:53:23 +0100 Subject: [PATCH] Do not print debug message on crop growth --- island/CropTile.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/island/CropTile.gd b/island/CropTile.gd index eef1447..16a3ce8 100644 --- a/island/CropTile.gd +++ b/island/CropTile.gd @@ -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: