diff --git a/Assets/Scripts/SoundManager.cs b/Assets/Scripts/SoundManager.cs index 6e1436e..590f5f4 100644 --- a/Assets/Scripts/SoundManager.cs +++ b/Assets/Scripts/SoundManager.cs @@ -151,7 +151,7 @@ public class SoundManager : UdonSharpBehaviour level = 1; } - Debug.Log($"UpdatePelletCount: {pelletCount}, level: {level}"); + // Debug.Log($"UpdatePelletCount: {pelletCount}, level: {level}"); if (_ghostSoundLevel >= level) {