mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: remove log statement
This commit is contained in:
@ -962,7 +962,7 @@ extension Ghostty.SurfaceView: NSTextInputClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func attributedSubstring(forProposedRange range: NSRange, actualRange: NSRangePointer?) -> NSAttributedString? {
|
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 let surface = self.surface else { return nil }
|
||||||
guard ghostty_surface_has_selection(surface) else { return nil }
|
guard ghostty_surface_has_selection(surface) else { return nil }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user