Remove resize debug message

This commit is contained in:
mars 2022-11-15 17:03:54 -07:00
parent 7b2a110c12
commit f192983319
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ impl PanelWindow {
self.current_size = size;
let size = canary::Vec2::new(size.x, size.y);
println!("resizing: {:?}", size);
self.panel.on_resize(size / PX_PER_MM);
}