summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 20:31:28 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-19 20:31:28 -0700
commit1d9b73ed67d9c961cf14d3d2649c84ac0ead13df (patch)
treeea2049a3c12b2164ff8d7ffbd8748fe75adfb48d
parentanother small fix to move_focus (diff)
downloadsway-1d9b73ed67d9c961cf14d3d2649c84ac0ead13df.tar.gz
sway-1d9b73ed67d9c961cf14d3d2649c84ac0ead13df.tar.zst
sway-1d9b73ed67d9c961cf14d3d2649c84ac0ead13df.zip
remove debug message
-rw-r--r--sway/layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c
index 2a43671b..f600cf49 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -339,7 +339,6 @@ swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir)
339 } 339 }
340 } 340 }
341 if (!can_move) { 341 if (!can_move) {
342 sway_log(L_DEBUG, "Can't move at current level, moving up tree");
343 container = parent; 342 container = parent;
344 parent = parent->parent; 343 parent = parent->parent;
345 if (!parent) { 344 if (!parent) {