From e7554e408a15b6106bd68e4fe355d87d32c7a041 Mon Sep 17 00:00:00 2001 From: Rob Kelly Date: Mon, 18 Aug 2025 18:38:05 -0600 Subject: [PATCH] Removed debug text --- src/player/grunk_collection_sfx/grunk_collection_sfx.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/src/player/grunk_collection_sfx/grunk_collection_sfx.gd b/src/player/grunk_collection_sfx/grunk_collection_sfx.gd index 0063170..474292e 100644 --- a/src/player/grunk_collection_sfx/grunk_collection_sfx.gd +++ b/src/player/grunk_collection_sfx/grunk_collection_sfx.gd @@ -42,5 +42,4 @@ func play_random() -> void: 2 * noise.get_noise_1d(Engine.get_process_frames() * noise_rate), -1, 1 ) pitch_scale = 1.0 + (pitch_variance * noise_sample) - print_debug("noise: ", noise_sample) play()