From 1949aa89be9467e433199fa888929af207bdedeb Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 28 Jun 2022 09:50:47 -0300 Subject: [PATCH] chore: remove println --- core/tauri/src/window.rs | 1 - 1 file changed, 1 deletion(-) 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(),