[F] Remove log

This commit is contained in:
Clansty 2025-09-15 15:36:07 +08:00
parent 91e3318326
commit a63ef1db5f
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134

View File

@ -103,8 +103,6 @@ public class JudgeAdjust
_delayedTouchData[index].Dequeue();
}
MelonLogger.Msg($"Queue length: {_delayedTouchData[index].Count} Data {inputData}");
return ret;
}
}