summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_cnp.c
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2016-05-04 16:28:56 +0530
committerAmitesh Singh <amitesh.sh@samsung.com>2016-05-04 16:28:56 +0530
commit6a237f3cca3c62b1c05035e532a7abbc790b7cbb (patch)
tree934957026e99e5ba5ba028e772b2b298c4087bec /src/lib/elementary/elm_cnp.c
parentc66695bedb2f4986a21b7c10087b26b78d036e85 (diff)
downloadefl-6a237f3cca3c62b1c05035e532a7abbc790b7cbb.tar.gz
elm_cnp: comment the debug macro
It was accidently enabled in 1bc9483a82bf18be3
Diffstat (limited to 'src/lib/elementary/elm_cnp.c')
-rw-r--r--src/lib/elementary/elm_cnp.c2
1 files changed, 1 insertions, 1 deletions
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 <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