remove debug message

This commit is contained in:
taiyu 2015-08-19 20:31:28 -07:00
parent 686780f12d
commit 1d9b73ed67
1 changed files with 0 additions and 1 deletions

View File

@ -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) {