[cnp_helper] disable debug statments
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 5 Jan 2011 11:09:01 +0000 (20:09 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 5 Jan 2011 11:09:01 +0000 (20:09 +0900)
src/lib/elm_cnp_helper.c

index 4881896..a7d3780 100644 (file)
@@ -10,7 +10,7 @@
 
 #define ARRAYINIT(foo)  [foo] =
 
-#define DEBUGON 1
+//#define DEBUGON 1
 
 #ifdef DEBUGON
 # define cnp_debug(x...) fprintf(stderr, __FILE__": " x)