From 612dd81b51a443a19e6a2c17f67ef46ea4c2c123 Mon Sep 17 00:00:00 2001 From: Adrien Schildknecht Date: Fri, 26 Apr 2013 00:50:37 +0200 Subject: #define DEBUG 0 --- xcwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcwd.c b/xcwd.c index 3599401..955c9d2 100644 --- a/xcwd.c +++ b/xcwd.c @@ -12,7 +12,7 @@ #include #include -#define DEBUG 1 +#define DEBUG 0 #define XA_STRING (XInternAtom(dpy, "STRING", 0)) #define XA_CARDINAL (XInternAtom(dpy, "CARDINAL", 0)) -- cgit v1.2.3