[wmfs.c] Remove debug code

This commit is contained in:
Martin Duquesnoy 2008-09-11 07:22:08 +02:00
parent 9d63858fad
commit 11e571cd4b

5
wmfs.c
View File

@ -1308,11 +1308,6 @@ updatebar(void) {
tm->tm_hour,
tm->tm_min);
/*
getstatuscmd("/home/martin/status.sh", status, sizeof status);
sprintf(bartext, "%s", status);
*/
debug(89);
j = strlen(bartext);
XSetForeground(dpy, gc, conf.colors.text);
XDrawString(dpy, bar, gc, mw - j * fonty, fonth-1 , bartext ,j);