cleared debug flag.
This commit is contained in:
parent
349e14abd4
commit
53a8acc49a
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user