summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-01-22 14:38:32 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-01-22 15:35:23 +0900
commit139e27314c433608277092e716cc979959075108 (patch)
tree565aaf057a4512c1d01dd7b03c62b904237c1608
parent050bd0adc85d35ec0034621fd597ef08a630758c (diff)
downloadefl-139e27314c433608277092e716cc979959075108.tar.gz
Evas filters: Disable debug mode!
Ooops, I must have let this in by mistake.
-rw-r--r--src/lib/evas/filters/evas_filter_private.h4
1 files 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 e83442303e..e111fb2367 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