commit 23f040133d93ae6d1bf1dc328e3f67f43fa3aeef
parent fe2ec8a676ddabc52e0a2ac360fd8e07e6546f6b
Author: Luminarys <kizunanohikari@gmail.com>
Date: Sun, 30 Aug 2015 20:02:31 -0500
Removed unnecessary debug line
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/commands.c b/sway/commands.c
@@ -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 (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)) {
workspace_switch(workspace_by_name(prev_workspace_name));
} else {