From: Richard W.M. Jones Date: Mon, 21 Oct 2013 15:16:27 +0000 (+0100) Subject: Disable debugging. X-Git-Url: http://git.annexia.org/?p=pxzcat.git;a=commitdiff_plain;h=09db9f3861886196747af362763fee17c28b2be2;hp=0176eab5339f4b552717cca8a57231efb16dc2a6 Disable debugging. --- diff --git a/pxzcat.c b/pxzcat.c index 35d0422..437d51e 100644 --- a/pxzcat.c +++ b/pxzcat.c @@ -48,7 +48,7 @@ #include -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #define debug(fs,...) fprintf (stderr, "pxzcat: debug: " fs "\n", ## __VA_ARGS__)