diff --git a/src/app.rs b/src/app.rs index e7a325b..ae6de6b 100644 --- a/src/app.rs +++ b/src/app.rs @@ -102,7 +102,3 @@ where { Some(poll_promise::Promise::spawn_async(f)) } - -// fn execute + 'static>(f: F) { -// wasm_bindgen_futures::spawn_local(f); -// }