Explorar el Código

chore: remove println

Lucas Nogueira hace 2 años
padre
commit
961cec9c47
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      core/tauri/src/window.rs

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

@@ -1293,8 +1293,6 @@ impl<R: Runtime> Window<R> {
         let resolver = InvokeResolver::new(self, payload.callback, payload.error);
         let invoke = Invoke { message, resolver };
 
-        println!("{} {}", config_url, current_url);
-
         if !is_local {
           invoke
             .resolver