elm_cnp: comment the debug macro

It was accidently enabled in 1bc9483a82
This commit is contained in:
Amitesh Singh 2016-05-04 16:28:56 +05:30
parent c66695bedb
commit 6a237f3cca
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# include <sys/mman.h>
#endif
#define DEBUGON 1
//#define DEBUGON 1
#ifdef DEBUGON
# define cnp_debug(fmt, args...) fprintf(stderr, __FILE__":%s/%d : " fmt , __FUNCTION__, __LINE__, ##args)
#else