From b370af3c192fddad2524d230b528dff8f22a5802 Mon Sep 17 00:00:00 2001 From: Clansty Date: Thu, 22 Aug 2024 01:49:41 +0800 Subject: [PATCH] [F] Remove debug logs --- AquaMai/UX/TestProof.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/AquaMai/UX/TestProof.cs b/AquaMai/UX/TestProof.cs index 4ca24487..68dd8f09 100644 --- a/AquaMai/UX/TestProof.cs +++ b/AquaMai/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;