jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=139e27314c433608277092e716cc979959075108

commit 139e27314c433608277092e716cc979959075108
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Jan 22 14:38:32 2016 +0900

    Evas filters: Disable debug mode!
    
    Ooops, I must have let this in by mistake.
---
 src/lib/evas/filters/evas_filter_private.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/filters/evas_filter_private.h 
b/src/lib/evas/filters/evas_filter_private.h
index e834423..e111fb2 100644
--- a/src/lib/evas/filters/evas_filter_private.h
+++ b/src/lib/evas/filters/evas_filter_private.h
@@ -8,9 +8,9 @@
 extern int _evas_filter_log_dom;
 #define EVAS_FILTER_LOG_COLOR EINA_COLOR_LIGHTBLUE
 
-//#ifdef DEBUG
+#ifdef DEBUG
 # define FILTERS_DEBUG
-//#endif
+#endif
 
 #ifdef ERR
 # undef ERR

-- 


Reply via email to