From 898a53896c2a5a3f1140f30f455b1aed0d08875d Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Thu, 13 Jun 2024 04:13:15 -0400 Subject: [PATCH] remove old unused code --- src/app.rs | 4 ---- 1 file changed, 4 deletions(-) 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); -// }