mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
Removed debug print
This commit is contained in:
parent
6fe7ca7bc3
commit
a0dc360e37
1 changed files with 0 additions and 1 deletions
|
|
@ -295,7 +295,6 @@ fn init_workspaces(stream: &UnixStream, workspace_name: &String) {
|
|||
for output in outputs.iter().filter(|x| x.active).rev() {
|
||||
let mut cmd = cmd_prefix.clone();
|
||||
cmd.push_str(output.name.as_str());
|
||||
println!("{:?}", cmd.clone());
|
||||
send_command(stream, &cmd);
|
||||
focus_to_workspace(stream, workspace_name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue