mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
chore: remove println
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user