chore: remove println

This commit is contained in:
Lucas Nogueira
2023-05-02 10:03:48 -03:00
parent 2227abb34b
commit 961cec9c47

View File

@@ -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