diff --git a/core/tauri/src/window.rs b/core/tauri/src/window.rs index 638328584..d8c312689 100644 --- a/core/tauri/src/window.rs +++ b/core/tauri/src/window.rs @@ -1221,8 +1221,6 @@ impl Window { let resolver = InvokeResolver::new(self, payload.callback, payload.error); let invoke = Invoke { message, resolver }; - println!("{} {}", config_url, current_url); - if !is_local { invoke .resolver