mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 08:21:28 +00:00
Removed unnecessary debug line
This commit is contained in:
parent
fe2ec8a676
commit
23f040133d
|
@ -822,7 +822,6 @@ static bool cmd_workspace(struct sway_config *config, int argc, char **argv) {
|
||||||
}
|
}
|
||||||
if (strcasecmp(argv[0], "back_and_forth") == 0) {
|
if (strcasecmp(argv[0], "back_and_forth") == 0) {
|
||||||
if (prev_workspace_name) {
|
if (prev_workspace_name) {
|
||||||
sway_log(L_INFO, "Trying to switch to WS wtih name %s", prev_workspace_name);
|
|
||||||
if (workspace_by_name(prev_workspace_name)) {
|
if (workspace_by_name(prev_workspace_name)) {
|
||||||
workspace_switch(workspace_by_name(prev_workspace_name));
|
workspace_switch(workspace_by_name(prev_workspace_name));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue