From 6c0a0b62b690f66f882cdf7191a650beab7b1987 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 10 Jan 2010 16:33:56 +0100 Subject: [PATCH] Infobar: Remove debug stuff ... again... --- src/infobar.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/infobar.c b/src/infobar.c index 90e7ce2..327ae6d 100644 --- a/src/infobar.c +++ b/src/infobar.c @@ -215,9 +215,6 @@ infobar_draw_statustext(int sc, char *str) else strwc[j] = strwb[i]; - - printf("%s\n", strwc); - /* Draw a first time the statustext for non colorized text */ draw_text(infobar[sc].bar->dr, (sgeo[sc].width - SHADH) - textw(strwc), FHINFOBAR, infobar[sc].bar->fg, 0, strwc);