From 139e27314c433608277092e716cc979959075108 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Fri, 22 Jan 2016 14:38:32 +0900 Subject: [PATCH] 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 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