chore: remove eprintln logs

This commit is contained in:
Michael Aaron Murphy 2025-06-11 11:49:32 +02:00
parent 8edbbec1e8
commit 3f4a50ee2c
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 0 additions and 4 deletions

View file

@ -882,7 +882,6 @@ where
if let Some(on_unfocus) = self.on_unfocus.as_ref() {
if state.emit_unfocus {
state.emit_unfocus = false;
eprintln!("unfocus");
shell.publish(on_unfocus.clone());
}
}