aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 6ba5a62..54ae503 100644
--- a/draw.c
+++ b/draw.c
@@ -569,7 +569,6 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
case circleo:
rectx = get_circle_vals(tval, &rectw, &recth);
- printf("s: %s - d=%d a=%d ret=%d\n", tval, rectw, recth, rectx);
setcolor(&pm, px, rectw, lastfg, lastbg, reverse, nobg);
XDrawArc(dzen.dpy, pm, dzen.tgc, px, (dzen.line_height - rectw)/2,
rectw, rectw, 90*64, rectx?recth*64:64*360);