[F] Remove debug log

This commit is contained in:
Clansty
2024-09-20 02:36:48 +08:00
parent 1873ad8355
commit 6b51155bac
2 changed files with 1 additions and 8 deletions

View File

@@ -116,11 +116,4 @@ public class ExtendNotesPool
____barGuideObjectList.Add(barGuide);
}
}
[HarmonyPrefix]
[HarmonyPatch(typeof(SlideRoot), "UpdateAlpha")]
public static void UpdateAlpha(int ____dispLaneNum)
{
MelonLogger.Msg(____dispLaneNum);
}
}