cleared debug flag.

This commit is contained in:
nvt-se 2009-06-10 15:13:37 +00:00
parent 349e14abd4
commit 53a8acc49a

View File

@ -40,7 +40,7 @@
#include <limits.h>
#include <string.h>
#define DEBUG 1
#define DEBUG 0
#if DEBUG
#include <stdio.h>
#define PRINTF(...) printf(__VA_ARGS__)