DEBUG off.

This commit is contained in:
Nicolas Tsiftes 2011-11-16 08:50:01 +01:00
parent ab049ec704
commit e716ce25a1

View file

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