From: David Hill Date: Fri, 13 Jul 2012 01:20:21 +0000 (-0400) Subject: turn debugging back off X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1db012198154c5d5957ecaeaa0f194de32723800;p=spectrwm.git turn debugging back off --- diff --git a/spectrwm.c b/spectrwm.c index 53aaba2..e65356f 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -136,7 +136,7 @@ static const char *buildstr = SPECTRWM_VERSION; #define xcb_icccm_get_wm_transient_for_reply xcb_get_wm_transient_for_reply #endif -#define SWM_DEBUG +/*#define SWM_DEBUG*/ #ifdef SWM_DEBUG #define DPRINTF(x...) do { if (swm_debug) fprintf(stderr, x); } while (0) #define DNPRINTF(n,x...) do { if (swm_debug & n) fprintf(stderr, x); } while (0)