sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 1d9b73ed67d9c961cf14d3d2649c84ac0ead13df
parent 686780f12d40c788a29bfe552c892a802e805dca
Author: taiyu <taiyu.len@gmail.com>
Date:   Wed, 19 Aug 2015 20:31:28 -0700

remove debug message

Diffstat:
Msway/layout.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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) {