DEBUG off.

This commit is contained in:
Nicolas Tsiftes 2011-11-16 08:50:01 +01:00
parent ab049ec704
commit e716ce25a1
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
/* For Debug, logging, statistics */ /* For Debug, logging, statistics */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
#define DEBUG 1 #define DEBUG 0
#if DEBUG #if DEBUG
#include <stdio.h> #include <stdio.h>
#define PRINTF(...) printf(__VA_ARGS__) #define PRINTF(...) printf(__VA_ARGS__)