diff options
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 50a25442..6a4f8b45 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -200,7 +200,6 @@ void arrange_windows(swayc_t *container, int width, int height) {  				} else {  					*old_width = width;  				} -				sway_log(L_DEBUG,"setting width as %d",*old_width);  			}  			scale += *old_width;  		} | 
