aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c
index 50a25442..6a4f8b45 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -200,7 +200,6 @@ void arrange_windows(swayc_t *container, int width, int height) {
200 } else { 200 } else {
201 *old_width = width; 201 *old_width = width;
202 } 202 }
203 sway_log(L_DEBUG,"setting width as %d",*old_width);
204 } 203 }
205 scale += *old_width; 204 scale += *old_width;
206 } 205 }