grlib/spwtdp: Remove DEBUG flag

This flag should not be enabled by default
This commit is contained in:
Matteo Concas
2025-05-02 14:33:09 +02:00
committed by Kinsey Moore
parent 44b61ba51f
commit 24a3ae9fa5

View File

@@ -51,8 +51,6 @@
/*#define UNUSED*/ /*#define UNUSED*/
#define UNUSED __attribute__((unused)) #define UNUSED __attribute__((unused))
#define DEBUG 1
#ifdef DEBUG #ifdef DEBUG
#define DBG(x...) printf(x) #define DBG(x...) printf(x)
#else #else