aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swaybar/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/swaybar/main.c b/swaybar/main.c
index 05c1fd75..cbedb200 100644
--- a/swaybar/main.c
+++ b/swaybar/main.c
@@ -548,8 +548,6 @@ void render_block(struct status_block *block, double *x, bool edge) {
548 pos += block->border_right; 548 pos += block->border_right;
549 } 549 }
550 550
551 sway_log(L_DEBUG, "%s", separator_symbol);
552
553 // render separator 551 // render separator
554 if (!edge && block->separator) { 552 if (!edge && block->separator) {
555 cairo_set_source_u32(window->cairo, colors.separator); 553 cairo_set_source_u32(window->cairo, colors.separator);