Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Soggy-Pancake committed Oct 13, 2021
1 parent cdccaee commit b3514fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ public void OnApplicationStart()

public void NoteCut(NoteData notedata, NoteCutInfo cutinfo, int multiplier)
{
Log.Info($"ModEnabled value: {ModEnabled}");
Log.Info($"Click Method value: {ClickMethod}");
if (ModEnabled && cutinfo.allIsOK)
{
if (ClickMethod == 1)
Expand All @@ -130,4 +128,4 @@ public void OnApplicationQuit()
ConfigVariable.SetInt("CookieSaber", "MouseY", MouseY);
}
}
}
}

0 comments on commit b3514fe

Please sign in to comment.