remove redraw_inspector message

This commit is contained in:
Mitchell Hashimoto
2026-02-01 14:31:43 -08:00
parent 63f9d4aaf7
commit 2d02e4bb54
2 changed files with 1 additions and 13 deletions

View File

@@ -415,8 +415,6 @@ extension Ghostty {
// MARK: MTKView
override func draw(_ dirtyRect: NSRect) {
Ghostty.logger.warning("inspector draw at \(Date())")
guard
let commandBuffer = self.commandQueue.makeCommandBuffer(),
let descriptor = self.currentRenderPassDescriptor else {