From a3cd69a12fe70231c21f034495a90651475ae743 Mon Sep 17 00:00:00 2001 From: Marro64 Date: Mon, 22 Dec 2025 20:11:07 +0100 Subject: [PATCH] Annoying log --- Assets/Scripts/SoundManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {