Browse Source

Infobar: Remove debug stuff ... again...

Martin Duquesnoy 14 years ago
parent
commit
6c0a0b62b6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/infobar.c

+ 0 - 3
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);