Remove debugging.

This commit is contained in:
Bill Thiede 2023-06-23 17:10:51 -07:00
parent 4429b6a6a6
commit 5113e9d7a5

View File

@ -14,7 +14,6 @@ use xrandr::{XHandle, XrandrError};
pub fn swap_workspaces(cfg: &Config) -> Result<Vec<Result<Output, CommandError>>, CommandError> { pub fn swap_workspaces(cfg: &Config) -> Result<Vec<Result<Output, CommandError>>, CommandError> {
let monitors = XHandle::open()?.monitors()?; let monitors = XHandle::open()?.monitors()?;
dbg!(&monitors);
// TODO(wathiede): if I ever get two monitors with the same resolution, use EDID to find a // TODO(wathiede): if I ever get two monitors with the same resolution, use EDID to find a
// better key. // better key.
let map: HashMap<_, _> = monitors let map: HashMap<_, _> = monitors