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()