From 5113e9d7a564b0ef8e5165c224090f47b791155a Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 23 Jun 2023 17:10:51 -0700 Subject: [PATCH] Remove debugging. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7cf4ba3..9dd1512 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,6 @@ use xrandr::{XHandle, XrandrError}; pub fn swap_workspaces(cfg: &Config) -> Result>, CommandError> { let monitors = XHandle::open()?.monitors()?; - dbg!(&monitors); // TODO(wathiede): if I ever get two monitors with the same resolution, use EDID to find a // better key. let map: HashMap<_, _> = monitors