Skip to content

Commit 493d99e

Browse files
committed
remove debugging code
1 parent 7b1a845 commit 493d99e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Sources/SwiftTerm/Apple/AppleTerminalView.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,6 @@ extension TerminalView {
706706
}
707707

708708
let rect = CGRect (origin: origin, size: size)
709-
if row == 1 {
710-
if rect.width < 660 {
711-
print("Less")
712-
}
713-
print("col=\(col) rgc=\(runGlyphsCount) ROW R= \(rect)")
714-
}
715709
#if os(macOS)
716710
rect.applying(transform).fill(using: .destinationOver)
717711
#else

0 commit comments

Comments
 (0)