Skip to content

Commit

Permalink
remove console error panic hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Mar 15, 2024
1 parent 908afe6 commit c267c84
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/re_log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ env_logger = { workspace = true, optional = true, features = [
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = { workspace = true, optional = true }
wasm-bindgen = { workspace = true, optional = true }
console_error_panic_hook.workspace = true
1 change: 0 additions & 1 deletion crates/re_log/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pub fn setup_logging() {
log::LevelFilter::Debug,
)))
.expect("Failed to install logger");
console_error_panic_hook::set_once();
}

use std::sync::Once;
Expand Down

0 comments on commit c267c84

Please sign in to comment.