re-enable wasm api logger

This commit is contained in:
John Smith
2022-03-15 09:51:45 -04:00
parent ca85b555aa
commit 243c53606e
7 changed files with 38 additions and 35 deletions

View File

@@ -103,7 +103,6 @@ where
#[wasm_bindgen(js_namespace = veilid)]
pub fn initialize_veilid_wasm() {
console_error_panic_hook::set_once();
wasm_logger::init(wasm_logger::Config::new(Level::Info));
}
#[wasm_bindgen(js_namespace = veilid)]