Browse Source

chore: remove println

Lucas Nogueira 3 năm trước cách đây
mục cha
commit
1949aa89be
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      core/tauri/src/window.rs

+ 0 - 1
core/tauri/src/window.rs

@@ -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(),