Revert "e - allow env var to turn off aborting at any CRI issue"

This reverts commit 62feb358e6.

set EINA_LOG_LEVELS=e:0 or comment out code locally if you aren't interested
in helping to de-bug development builds

this is meant to be as convenient for users as disabling "core"
features in efl builds in order to deter them from disregarding bug
reporting
This commit is contained in:
Mike Blumenkrantz 2017-06-23 17:41:39 -04:00
parent fd2817df4a
commit 11a6d7ae35
1 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ e_log_init(void)
eina_log_print_cb_set(_e_log_cb, NULL);
}
#ifndef E_RELEASE_BUILD
if (!getenv("E_DONT_ABORT"))
eina_log_abort_on_critical_set(1);
#endif
return e_log_dom != -1;