Remove debug code
This commit is contained in:
parent
f6861381bf
commit
fb0ad14d71
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user