Skip to content

Commit

Permalink
Remove lingering print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed May 25, 2023
1 parent 92004af commit c530e46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/IkigaJSON/Core/Bounds.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ internal struct Bounds {
func flushUnicodes() {
if !unicodes.isEmpty {
let character = String(utf16CodeUnits: unicodes, count: unicodes.count)
print(i)
data.insert(contentsOf: character.utf8, at: i)
unicodes.removeAll(keepingCapacity: true)
}
Expand Down

0 comments on commit c530e46

Please sign in to comment.