aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaiyu <taiyu.len@gmail.com>2015-08-19 20:31:28 -0700
committertaiyu <taiyu.len@gmail.com>2015-08-19 20:31:28 -0700
commit1d9b73ed67d9c961cf14d3d2649c84ac0ead13df (patch)
treeea2049a3c12b2164ff8d7ffbd8748fe75adfb48d
parent686780f12d40c788a29bfe552c892a802e805dca (diff)
downloadsway-1d9b73ed67d9c961cf14d3d2649c84ac0ead13df.tar.xz
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)
}
}
if (!can_move) {
- sway_log(L_DEBUG, "Can't move at current level, moving up tree");
container = parent;
parent = parent->parent;
if (!parent) {