aboutsummaryrefslogtreecommitdiff
path: root/swaybar
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-29 12:01:26 +0100
committerMikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-29 12:01:26 +0100
commit14dd358a55fe0b421a745b3aa647abcb70adde79 (patch)
treeec4d2c5b5e3541c898e22080323175978e2669e1 /swaybar
parent631f7e8500636d3199244aff5e8eb945a559dd68 (diff)
saybar: remove stray logline
Diffstat (limited to 'swaybar')
-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) {
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);