wmfs: Remove debug mainloop printfs

This commit is contained in:
Martin Duquesnoy 2008-11-13 19:31:23 +01:00
parent 3c7c11fe29
commit 22c0e81df6

View File

@ -137,12 +137,6 @@ mainloop(void)
XNextEvent(dpy, &ev);
getevent(ev);
}
if(sel)
printf("x: %d y: %d w: %d, h: %d\n",
sel->geo.x,
sel->geo.y,
sel->geo.width,
sel->geo.height);
}
return;