Skip to content

Commit

Permalink
[F] Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Aug 21, 2024
1 parent cdd3c81 commit b370af3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AquaMai/UX/TestProof.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Linq;
using HarmonyLib;
using Manager;
using MelonLoader;

namespace AquaMai.UX;

Expand Down Expand Up @@ -38,8 +37,6 @@ public static bool GetSystemInputDown(ref bool __result, InputManager.SystemButt
{
__result = true;
}

MelonLogger.Msg(_keyPressFrames);
}

return false;
Expand Down

0 comments on commit b370af3

Please sign in to comment.