chore: remove eprintln logs
This commit is contained in:
parent
8edbbec1e8
commit
3f4a50ee2c
2 changed files with 0 additions and 4 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue