aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-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) {