From 6a237f3cca3c62b1c05035e532a7abbc790b7cbb Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Wed, 4 May 2016 16:28:56 +0530 Subject: [PATCH] elm_cnp: comment the debug macro It was accidently enabled in 1bc9483a82bf18be3 --- src/lib/elementary/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_cnp.c b/src/lib/elementary/elm_cnp.c index 56c34d56fa..9cce31cfe0 100644 --- a/src/lib/elementary/elm_cnp.c +++ b/src/lib/elementary/elm_cnp.c @@ -8,7 +8,7 @@ # include #endif -#define DEBUGON 1 +//#define DEBUGON 1 #ifdef DEBUGON # define cnp_debug(fmt, args...) fprintf(stderr, __FILE__":%s/%d : " fmt , __FUNCTION__, __LINE__, ##args) #else