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