mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
remove debug message
This commit is contained in:
parent
686780f12d
commit
1d9b73ed67
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue