e - remove doofus-like code from mike with regards to making e crash or not

This commit is contained in:
Carsten Haitzler 2017-06-24 13:26:52 +09:00
parent aad74ea341
commit a9cd60fb90
1 changed files with 1 additions and 1 deletions

View File

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