mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore: remove println
This commit is contained in:
@@ -1356,7 +1356,6 @@ impl<R: Runtime> Window<R> {
|
||||
source_window_label: Option<&str>,
|
||||
payload: S,
|
||||
) -> crate::Result<()> {
|
||||
println!("emit internal {:?} {:?}", event, source_window_label);
|
||||
self.eval(&format!(
|
||||
"window['{}']({{event: {}, windowLabel: {}, payload: {}}})",
|
||||
self.manager.event_emit_function_name(),
|
||||
|
||||
Reference in New Issue
Block a user