turned off debugging by default
This commit is contained in:
parent
26716fe7a1
commit
7e4bab3cc8
|
@ -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__)
|
||||
|
|
Loading…
Reference in a new issue