diff --git a/plugins/window-state/src/lib.rs b/plugins/window-state/src/lib.rs index 03ccb0a4..7421d477 100644 --- a/plugins/window-state/src/lib.rs +++ b/plugins/window-state/src/lib.rs @@ -125,9 +125,7 @@ impl WindowExt for Window { if let Some(state) = c.get(self.label()) { // avoid restoring the default zeroed state - dbg!(&*state); if *state == WindowState::default() { - dbg!("asdasd"); return Ok(()); }