no debugging printouts by default

This commit is contained in:
nvt-se 2008-05-14 14:02:48 +00:00
parent 1877a8361f
commit 63a8390f51

View file

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