diff --git a/src/bin/keyin.c b/src/bin/keyin.c index ca078181..2eb803f7 100644 --- a/src/bin/keyin.c +++ b/src/bin/keyin.c @@ -312,7 +312,6 @@ cb_all_group(Evas_Object *termio_obj) win_toggle_all_group(wn); - ERR("ALL GROUP"); return EINA_TRUE; } @@ -323,7 +322,6 @@ cb_visible_group(Evas_Object *termio_obj) win_toggle_visible_group(wn); - ERR("VISIBLE GROUP"); return EINA_TRUE; } diff --git a/src/bin/win.c b/src/bin/win.c index daaa3e0e..55787232 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -5528,17 +5528,14 @@ _cb_options(void *data, { Term *term = data; Term_Container *tc = term->container; - ERR("cb options"); term->wn->on_popover++; term_ref(term); tc->unfocus(tc, NULL); - ERR("unfocus"); controls_show(term->wn->win, term->wn->base, term->bg, term->termio, _cb_options_done, term); - ERR("controls shown"); } void