Removing debug println

This commit is contained in:
Jonathan Johnson 2024-10-22 06:12:21 -07:00
parent bc54893c1c
commit a3f5b6e3d2
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -2098,7 +2098,6 @@ where
});
when_updated!(resizable, handle, {
winit.set_resizable(*resizable);
println!("Setting resizable {resizable}");
redraw = true;
});
when_updated!(window_icon, handle, {