elm_cnp.c: Disable cnp debug mode by default.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 1 Nov 2013 19:28:06 +0000 (04:28 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 1 Nov 2013 19:28:06 +0000 (04:28 +0900)
legacy/elementary/src/lib/elm_cnp.c

index ee6497e..806b962 100644 (file)
@@ -7,7 +7,7 @@
 # include <sys/mman.h>
 #endif
 
-#define DEBUGON 1
+//#define DEBUGON 1
 #ifdef DEBUGON
 # define cnp_debug(fmt, args...) fprintf(stderr, __FILE__":%s : " fmt , __FUNCTION__, ##args)
 #else