Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzan committed Jan 4, 2019
1 parent 93fae91 commit 4b435a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/XiEditor/EditView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ final class EditView: NSView, NSTextInputClient, TextPlaneDelegate {
}
}()

print(line.text)

let startIx = utf8_offset_to_utf16(line.text, start)
let endIx = utf8_offset_to_utf16(line.text, end)
builder.addBgSpan(range: convertRange(NSMakeRange(startIx, endIx - startIx)), argb: color)
Expand Down

0 comments on commit 4b435a9

Please sign in to comment.