From 14dd358a55fe0b421a745b3aa647abcb70adde79 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Tue, 29 Dec 2015 12:01:26 +0100 Subject: [PATCH] saybar: remove stray logline --- swaybar/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/swaybar/main.c b/swaybar/main.c index 05c1fd757..cbedb2003 100644 --- a/swaybar/main.c +++ b/swaybar/main.c @@ -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);