We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f11e9 commit 49023f2Copy full SHA for 49023f2
src/main.rs
@@ -83,6 +83,7 @@ fn main() {
83
use eframe::wasm_bindgen::JsCast as _;
84
85
// Redirect `log` message to `console.log` and friends:
86
+ #[cfg(feature = "logs")]
87
eframe::WebLogger::init(log::LevelFilter::Debug).ok();
88
89
let web_options = eframe::WebOptions::default();
0 commit comments