aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 04:50:15 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 04:50:15 -0700
commitb76dcf6e0fb9cec1bc966b5a4ab764cd9c61bd48 (patch)
tree9ccdf910781835cf03c77f778797cb35303b3fa7
parentsetup for resizable windows, drop weight (diff)
downloadsway-b76dcf6e0fb9cec1bc966b5a4ab764cd9c61bd48.tar.gz
sway-b76dcf6e0fb9cec1bc966b5a4ab764cd9c61bd48.tar.zst
sway-b76dcf6e0fb9cec1bc966b5a4ab764cd9c61bd48.zip
unnessesary log
-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 }