From 4122a56591c0525d52114a1f7e055b62e5ad21be Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 7 Jun 2023 15:09:50 +0300 Subject: [PATCH] Update lib.rs --- plugins/window-state/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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(()); }