Skip to content

Commit

Permalink
Revert "examples: Fix unused Result that must be used when initiali…
Browse files Browse the repository at this point in the history
…zing console_log"

This reverts commit 1e39894.
  • Loading branch information
filnet committed Nov 28, 2021
1 parent ee785b2 commit 4d19aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod wasm {

#[wasm_bindgen(start)]
pub fn run() {
console_log::init_with_level(log::Level::Debug).expect("error initializing logger");
console_log::init_with_level(log::Level::Debug);

super::main();
}
Expand Down

0 comments on commit 4d19aca

Please sign in to comment.