Remove stray logs

This commit is contained in:
Julian Ospald 2020-02-10 23:03:27 +01:00
parent c0880dbec5
commit ddb240c6d7
1 changed files with 0 additions and 3 deletions

View File

@ -351,11 +351,8 @@ fn rename_workspaces(con: Arc<Mutex<I3Connection>>) -> Result<()> {
let mut n: u32 = 1;
let tree = c.get_tree()?;
let workspaces: Vec<&i3ipc::reply::Node> = find_workspaces(&tree);
info!("{:?}", workspaces);
info!("{:?}", workspaces.len());
for (ws_index, workspace) in workspaces.iter().enumerate() {
info!("ws_index: {}", ws_index);
if ws_index >= ws_infos.len() {
break;
}