diff --git a/src/main.c b/src/main.c index 559e281..a3c2cb3 100644 --- a/src/main.c +++ b/src/main.c @@ -33,7 +33,7 @@ #include -#define DEBUG 1 +#define DEBUG 0 #ifdef DEBUG #define DEBUG_LOG(s, ...) fprintf(stderr, (s), ## __VA_ARGS__) #else