Revert "console: Reset console error message when edc file is saved."

This reverts commit 392a12f9dd.
This commit is contained in:
Jaehyun Cho 2015-02-13 13:34:34 +09:00
parent 5e15bfab77
commit bc64118d58
2 changed files with 3 additions and 2 deletions

View File

@ -574,8 +574,6 @@ edc_save(app_data *ad)
{
char buf[PATH_MAX];
base_console_reset();
if (enventor_object_save(ad->enventor, config_edc_path_get()))
{
if (config_stats_bar_get())

View File

@ -168,6 +168,9 @@ exe_del_event_cb(void *data, int type EINA_UNUSED, void *event EINA_UNUSED)
view_obj_min_update(vd);
view_part_highlight_set(vd, vd->part_name);
dummy_obj_update(vd->layout);
#if 0
base_console_reset();
#endif
vd->edj_reload_need = EINA_FALSE;