[wmfs.c] Remove debug stuff

This commit is contained in:
Martin Duquesnoy 2008-09-14 14:10:53 +02:00
parent f6f697a109
commit 845982db81

4
wmfs.c
View File

@ -1311,10 +1311,6 @@ main(int argc,char **argv)
updatebar();
getevent();
updateall();
printf("X :");
debug(event.xbutton.x);
printf("T :");
debug(seltag);
}
XCloseDisplay(dpy);