Skip to content

Commit

Permalink
Remove the damn logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Sep 5, 2023
1 parent d300aac commit c60ec3b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Logging;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
using osu.Game.Rulesets.Karaoke.Edit.ChangeHandlers.Lyrics;
Expand Down Expand Up @@ -97,8 +96,6 @@ protected override void ApplyRangeCaretPosition(RangeCaretPosition<CreateRubyTag
int minIndex = caret.GetRangeCaretPosition().Item1.CharIndex;
int maxIndex = caret.GetRangeCaretPosition().Item2.CharIndex;

Logger.Log($"{minIndex}, {maxIndex}");

var rect = RectangleF.Union(LyricPositionProvider.GetRectByCharIndex(minIndex), LyricPositionProvider.GetRectByCharIndex(maxIndex));
changeTheSizeByRect(rect);

Expand Down

0 comments on commit c60ec3b

Please sign in to comment.