Disable LOG output
authorKlaus Ethgen <Klaus@Ethgen.de>
Sat, 7 Nov 2009 23:04:50 +0000 (00:04 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sat, 7 Nov 2009 23:04:50 +0000 (00:04 +0100)
Well, that output might be better called DEBUG but however. ;-)

io-xcf.c

index 528119f..3099160 100644 (file)
--- a/io-xcf.c
+++ b/io-xcf.c
@@ -46,7 +46,8 @@
 #include <errno.h>
 #include <bzlib.h>
 
-#define LOG(...) printf (__VA_ARGS__);
+//#define LOG(...) printf (__VA_ARGS__);
+#define LOG(...) do { } while(0)
 
 //FIXME: change this macro to noop on bigendian machines
 #define SWAP(int32) ( ((int32) >> 24) + \