Removed extra debug prints
Some checks failed
CI / build + test (push) Has been cancelled
CI / cargo audit (push) Has been cancelled

This commit is contained in:
2026-05-31 02:14:34 +02:00
parent 042652ec73
commit 582f9e1a37
3 changed files with 0 additions and 5 deletions

View File

@@ -825,7 +825,6 @@ pub( crate ) fn try_run<A: App>( app: A ) -> Result<(), RunError>
}
}
}
eprintln!( "ltk: focus_request id={:?} resolved={}", id, hit.is_some() );
if let Some( ( focus, flat_idx ) ) = hit
{
let qh = data.qh.clone();