do not set e_comp log level

This commit is contained in:
Mike Blumenkrantz 2017-07-21 16:20:04 -04:00
parent 6928ca8ce4
commit 213618b762
1 changed files with 0 additions and 1 deletions

View File

@ -1011,7 +1011,6 @@ EINTERN Eina_Bool
e_comp_init(void)
{
_e_comp_log_dom = eina_log_domain_register("e_comp", EINA_COLOR_YELLOW);
eina_log_domain_level_set("e_comp", EINA_LOG_LEVEL_INFO);
ecore_frametime = ecore_animator_frametime_get();
shape_debug = !!getenv("E_SHAPE_DEBUG");