Skip to content

Commit

Permalink
remove usize debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Dec 9, 2023
1 parent d260e6b commit facb9e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,5 @@ impl Component for App {
fn main() {
wasm_logger::init(wasm_logger::Config::default());
info!("Starting up");
info!("usize: {:?}", std::mem::size_of::<usize>());
yew::Renderer::<App>::new().render();
}

0 comments on commit facb9e6

Please sign in to comment.