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