raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=73f91eb689377189b84fff5ce57f535264ac1d02

commit 73f91eb689377189b84fff5ce57f535264ac1d02
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Dec 27 17:18:46 2013 +0900

    oops - and a printf crept in. i thought i was done.
---
 src/lib/eina/eina_module.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/eina/eina_module.c b/src/lib/eina/eina_module.c
index d2b05bd..5a30e26 100644
--- a/src/lib/eina/eina_module.c
+++ b/src/lib/eina/eina_module.c
@@ -524,7 +524,6 @@ eina_module_find(const Eina_Array *array, const char 
*module)
         if (len <= 0)
            continue;
 
-        printf("cmp %s %s %i\n", file_m, module, len);
         if (!strncmp(module, file_m, len))
           return m;
      }

-- 


Reply via email to