saybar: remove stray logline

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-29 12:01:26 +01:00
parent 631f7e8500
commit 14dd358a55
1 changed files with 0 additions and 2 deletions

View File

@ -548,8 +548,6 @@ void render_block(struct status_block *block, double *x, bool edge) {
pos += block->border_right;
}
sway_log(L_DEBUG, "%s", separator_symbol);
// render separator
if (!edge && block->separator) {
cairo_set_source_u32(window->cairo, colors.separator);