Skip to content

Commit

Permalink
remove old unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jun 13, 2024
1 parent 97214b7 commit 898a538
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,3 @@ where
{
Some(poll_promise::Promise::spawn_async(f))
}

// fn execute<F: std::future::Future<Output = ()> + 'static>(f: F) {
// wasm_bindgen_futures::spawn_local(f);
// }

0 comments on commit 898a538

Please sign in to comment.