Skip to content

Commit cc0a3be

Browse files
authored
refactor: remove debug print
1 parent cdfc728 commit cc0a3be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Bot.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ private float GetPointerY(float currentTime, float noteStartTime, float noteEndT
115115
);
116116
}
117117

118-
Plugin.Logger.LogInfo("ease: " + (1f - (noteStartTime - currentTime) / (noteStartTime - _lastNoteEndTime)));
119-
120-
121118
return Mathf.Lerp(_lastNoteEndY, _gameController.currentnotestarty,
122119
Ease(1f - (noteStartTime - currentTime) / (noteStartTime - _lastNoteEndTime)));
123120
}

0 commit comments

Comments
 (0)