removed two more logs

This commit is contained in:
NotAKidoS 2025-12-28 22:00:09 -06:00
parent 44dd36271e
commit b0a41734d1

View file

@ -83,9 +83,9 @@ public sealed class PlapPlapTap : MonoBehaviour
tap.RecomputeMode(); tap.RecomputeMode();
tap.SyncLightState(); tap.SyncLightState();
PlapPlapForAllMod.Logger.Msg( // PlapPlapForAllMod.Logger.Msg(
$"PlapPlapTap created for orifice '{dpsOrifice.type}' using light '{dpsOrifice.basis.name}'. " + // $"PlapPlapTap created for orifice '{dpsOrifice.type}' using light '{dpsOrifice.basis.name}'. " +
$"Dynamic: {tap._dynamic}, Initial Mode: {tap._mode}"); // $"Dynamic: {tap._dynamic}, Initial Mode: {tap._mode}");
tap._hasInitialized = true; tap._hasInitialized = true;
@ -244,7 +244,7 @@ public sealed class PlapPlapTap : MonoBehaviour
SetAudioMode(_mode); 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) private readonly struct Rule(PlapPlapAudioMode mode, HumanBodyBones? bone, int boneWeight, params string[] keywords)