From d18ec370f676f188305edd1461fe413fedb074e7 Mon Sep 17 00:00:00 2001 From: Clansty Date: Thu, 22 Aug 2024 01:49:41 +0800 Subject: [PATCH] [F] Remove debug logs --- UX/TestProof.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/UX/TestProof.cs b/UX/TestProof.cs index 4ca24487..68dd8f09 100644 --- a/UX/TestProof.cs +++ b/UX/TestProof.cs @@ -2,7 +2,6 @@ using System.Linq; using HarmonyLib; using Manager; -using MelonLoader; namespace AquaMai.UX; @@ -38,8 +37,6 @@ public class TestProof { __result = true; } - - MelonLogger.Msg(_keyPressFrames); } return false;