diff --git a/src/window.rs b/src/window.rs index 422fd48..b8de7f8 100644 --- a/src/window.rs +++ b/src/window.rs @@ -2098,7 +2098,6 @@ where }); when_updated!(resizable, handle, { winit.set_resizable(*resizable); - println!("Setting resizable {resizable}"); redraw = true; }); when_updated!(window_icon, handle, {