From b0a41734d1f886ade908ad54acb9fd2a69a2cb8d Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Sun, 28 Dec 2025 22:00:09 -0600 Subject: [PATCH] removed two more logs --- PlapPlapForAll/Components/PlapPlapTap.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PlapPlapForAll/Components/PlapPlapTap.cs b/PlapPlapForAll/Components/PlapPlapTap.cs index 90de670..4584b2e 100644 --- a/PlapPlapForAll/Components/PlapPlapTap.cs +++ b/PlapPlapForAll/Components/PlapPlapTap.cs @@ -83,9 +83,9 @@ public sealed class PlapPlapTap : MonoBehaviour tap.RecomputeMode(); tap.SyncLightState(); - PlapPlapForAllMod.Logger.Msg( - $"PlapPlapTap created for orifice '{dpsOrifice.type}' using light '{dpsOrifice.basis.name}'. " + - $"Dynamic: {tap._dynamic}, Initial Mode: {tap._mode}"); + // PlapPlapForAllMod.Logger.Msg( + // $"PlapPlapTap created for orifice '{dpsOrifice.type}' using light '{dpsOrifice.basis.name}'. " + + // $"Dynamic: {tap._dynamic}, Initial Mode: {tap._mode}"); tap._hasInitialized = true; @@ -244,7 +244,7 @@ public sealed class PlapPlapTap : MonoBehaviour SetAudioMode(_mode); - PlapPlapForAllMod.Logger.Msg($"PlapPlapTap applying mode {_mode}"); + // PlapPlapForAllMod.Logger.Msg($"PlapPlapTap applying mode {_mode}"); } private readonly struct Rule(PlapPlapAudioMode mode, HumanBodyBones? bone, int boneWeight, params string[] keywords)