no debugging printouts by default
This commit is contained in:
parent
1877a8361f
commit
63a8390f51
@ -44,7 +44,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 New Issue
Block a user