mirror of
https://github.com/danbulant/cushy
synced 2026-06-19 14:31:04 +00:00
Removing debug println
This commit is contained in:
parent
bc54893c1c
commit
a3f5b6e3d2
1 changed files with 0 additions and 1 deletions
|
|
@ -2098,7 +2098,6 @@ where
|
|||
});
|
||||
when_updated!(resizable, handle, {
|
||||
winit.set_resizable(*resizable);
|
||||
println!("Setting resizable {resizable}");
|
||||
redraw = true;
|
||||
});
|
||||
when_updated!(window_icon, handle, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue