aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index be6bc8cf..27dbb44b 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -563,7 +563,6 @@ static bool cmd_resize(struct sway_config *config, int argc, char **argv) {
563 arrange_windows(active_workspace, -1, -1); 563 arrange_windows(active_workspace, -1, -1);
564 return true; 564 return true;
565 } 565 }
566 sway_log(L_INFO, "Done with resize");
567 return true; 566 return true;
568} 567}
569 568