diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index 9b098351fb..a9a994f9d9 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -1341,18 +1341,6 @@ efl_class_new(const Efl_Class_Description *desc, const Efl_Class *parent_id, ... } klass->obj_size = extn_data_off; - static unsigned char _eo_debug = 0; - - if (_eo_debug == 0) - { - if (getenv("EO_DEBUG")) _eo_debug = 2; - else _eo_debug = 1; - } - if (_eo_debug == 2) - { - fprintf(stderr, "Eo class '%s' will take %u bytes per object.\n", - desc->name, klass->obj_size); - } { Eo_Id new_id;