q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=84a6b654f67539ecbee6de87596db910286de59b

commit 84a6b654f67539ecbee6de87596db910286de59b
Author: Daniel Kolesa <[email protected]>
Date:   Fri Aug 29 11:41:19 2014 +0100

    eolian: shouldn't have gotten in
---
 src/lib/eolian/database_fill.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/eolian/database_fill.c b/src/lib/eolian/database_fill.c
index e9f3703..119071b 100644
--- a/src/lib/eolian/database_fill.c
+++ b/src/lib/eolian/database_fill.c
@@ -238,7 +238,6 @@ _db_fill_implement(Eolian_Class *cl, Eolian_Implement *impl)
           ftype = EOLIAN_PROP_GET;
         else if (impl->is_prop_set)
           ftype = EOLIAN_PROP_SET;
-      printf("name: %s\n", impl_name);
 
         Eolian_Function *foo_id = (Eolian_Function*)
                                    eolian_class_function_get_by_name(cl,

-- 


Reply via email to