macos: remove log statement

This commit is contained in:
Mitchell Hashimoto
2024-06-30 09:18:13 -07:00
parent db29c10bce
commit 46a0cbf9d7

View File

@ -962,7 +962,7 @@ extension Ghostty.SurfaceView: NSTextInputClient {
}
func attributedSubstring(forProposedRange range: NSRange, actualRange: NSRangePointer?) -> NSAttributedString? {
Ghostty.logger.warning("pressure substring range=\(range) selectedRange=\(self.selectedRange())")
// Ghostty.logger.warning("pressure substring range=\(range) selectedRange=\(self.selectedRange())")
guard let surface = self.surface else { return nil }
guard ghostty_surface_has_selection(surface) else { return nil }