Disable debugging.
[pxzcat.git] / pxzcat.c
index 35d0422..437d51e 100644 (file)
--- a/pxzcat.c
+++ b/pxzcat.c
@@ -48,7 +48,7 @@
 
 #include <lzma.h>
 
-#define DEBUG 1
+#define DEBUG 0
 
 #if DEBUG
 #define debug(fs,...) fprintf (stderr, "pxzcat: debug: " fs "\n", ## __VA_ARGS__)