From d77e12151568a7cef86667fdd9ba001de4f34ab9 Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Thu, 14 Oct 2010 02:16:06 -0400 Subject: [PATCH] oops again, turn off debug mode --- pixz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixz.h b/pixz.h index 3b57c89..66e6c2b 100644 --- a/pixz.h +++ b/pixz.h @@ -20,7 +20,7 @@ #define CHUNKSIZE 4096 -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #define debug(str, ...) fprintf(stderr, str "\n", ##__VA_ARGS__) #else