Disable verbose debugging logs for every X request
This commit is contained in:
parent
7088be0e51
commit
2f4c0e87a1
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
#undef dprintln
|
#undef dprintln
|
||||||
#define dprintln(...)
|
#define dprintln(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue