- disable debug statements
[librfid] / src / rfid_reader_cm5121.c
index 5ccce98..5bc9d99 100644 (file)
 #define SENDBUF_LEN    100
 #define RECVBUF_LEN    40
 
-#if 0
-#ifdef DEBUGP
-#undef DEBUGP
-#define DEBUGP(x, ...)
-#define DEBUGPC(x, ...)
-#endif
-#endif
-
 static
 int Write1ByteToReg(struct rfid_asic_transport_handle *rath,
                    unsigned char reg, unsigned char value)