undo accidental enabling of debug output.

This commit is contained in:
nvt-se 2009-06-29 13:33:12 +00:00
parent 1e0ca9ceac
commit c872a86653

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__)