From a3f5b6e3d230b5bdaa4cb7f6d0ef184907b5a6f8 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 22 Oct 2024 06:12:21 -0700 Subject: [PATCH] Removing debug println --- src/window.rs | 1 - 1 file changed, 1 deletion(-) 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, {