seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=86dc6f945ca6c1a5f9a3a0484124171d3ad42bfe
commit 86dc6f945ca6c1a5f9a3a0484124171d3ad42bfe Author: Daniel Juyung Seo <seojuyu...@gmail.com> Date: Sat Nov 2 04:28:06 2013 +0900 elm_cnp.c: Disable cnp debug mode by default. --- src/lib/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index ee6497e..806b962 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -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 --