diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-19 20:31:28 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-19 20:31:28 -0700 |
commit | 1d9b73ed67d9c961cf14d3d2649c84ac0ead13df (patch) | |
tree | ea2049a3c12b2164ff8d7ffbd8748fe75adfb48d /sway | |
parent | 686780f12d40c788a29bfe552c892a802e805dca (diff) | |
download | sway-1d9b73ed67d9c961cf14d3d2649c84ac0ead13df.tar.xz |
remove debug message
Diffstat (limited to 'sway')
-rw-r--r-- | sway/layout.c | 1 |
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) { |