From: Marco Peereboom Date: Fri, 3 Jun 2011 20:59:38 +0000 (+0000) Subject: kill debug X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=40d26f037a43853cde15398d0283daeca51f4d32;p=spectrwm.git kill debug --- diff --git a/scrotwm.c b/scrotwm.c index b464494..f477cb2 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -1381,8 +1381,6 @@ config_win(struct ws_win *win, XConfigureRequestEvent *ev) { XConfigureEvent ce; - fprintf(stderr, "config_win: win %lu x %d y %d w %d h %d\n", - win->id, win->g.x, win->g.y, win->g.w, win->g.h); DNPRINTF(SWM_D_MISC, "config_win: win %lu x %d y %d w %d h %d\n", win->id, win->g.x, win->g.y, win->g.w, win->g.h);