[cnp_helper] disable debug flag
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 20 Oct 2010 12:32:00 +0000 (21:32 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 20 Oct 2010 12:32:00 +0000 (21:32 +0900)
src/lib/elm_cnp_helper.c

index 31e5839..7050775 100644 (file)
@@ -20,7 +20,7 @@
 
 # define ARRAYINIT(foo)  [foo]=
 
-#define DEBUGON        1
+#define DEBUGON        0
 
 #if DEBUGON
 #define cnp_debug(x...) printf(__FILE__": " x)