Disable verbose debugging logs for every X request

This commit is contained in:
Oskari Alaranta 2026-02-21 03:51:39 +02:00
parent 7088be0e51
commit 2f4c0e87a1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <stdint.h>
#if 0
#if 1
#undef dprintln
#define dprintln(...)
#endif