Skip to content

Commit 898a538

Browse files
committed
remove old unused code
1 parent 97214b7 commit 898a538

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,3 @@ where
102102
{
103103
Some(poll_promise::Promise::spawn_async(f))
104104
}
105-
106-
// fn execute<F: std::future::Future<Output = ()> + 'static>(f: F) {
107-
// wasm_bindgen_futures::spawn_local(f);
108-
// }

0 commit comments

Comments
 (0)