turned off debugging by default

This commit is contained in:
nvt-se 2008-07-02 12:06:02 +00:00
parent 26716fe7a1
commit 7e4bab3cc8
1 changed files with 1 additions and 1 deletions

View File

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