Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 452b063

Browse files
committed
Remove debug line.
1 parent bc1a0ae commit 452b063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/ui/txt/paragraph.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,6 @@ public List<TextBox> getRectsForRange(int start, int end) {
663663
var lineBoxes = new SplayTree<int, List<TextBox>>();
664664
for (int runIndex = 0; runIndex < this._codeUnitRunsCount; runIndex++) {
665665
var run = this._codeUnitRuns[runIndex];
666-
Debug.Log($"start: {start} end: {end} codeUnits.start {run.codeUnits.start} codeUnits.end {run.codeUnits.end}");
667666
if (run.codeUnits.start >= end) {
668667
break;
669668
}

0 commit comments

Comments
 (0)