Remove debug code

This commit is contained in:
Jovi Hsu 2022-10-27 08:59:19 +00:00
parent f6861381bf
commit fb0ad14d71

View File

@ -91,11 +91,6 @@ fn run() -> Result<(), JsValue> {
Ok(())
}
#[wasm_bindgen]
pub async fn foo() {
alert("asdffadsasfdfasd");
}
#[wasm_bindgen(start)]
pub fn run_app() -> Result<(), JsValue> {
utils::set_panic_hook();