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