macos: remove debug log

pull/7535/head
Mitchell Hashimoto 2025-06-06 12:28:48 -07:00
parent 49cc88f0d3
commit d2d3852026
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 2 deletions

View File

@ -287,8 +287,6 @@ extension Ghostty {
if let surface = self.surface { if let surface = self.surface {
ghostty_surface_free(surface) ghostty_surface_free(surface)
} }
Ghostty.logger.warning("WOW close")
} }
func focusDidChange(_ focused: Bool) { func focusDidChange(_ focused: Bool) {