diff --git a/core/tauri/src/window.rs b/core/tauri/src/window.rs index d7d45c4ed..09183989d 100644 --- a/core/tauri/src/window.rs +++ b/core/tauri/src/window.rs @@ -1356,7 +1356,6 @@ impl Window { 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(),