diff --git a/src/modules/illume2/e_quickpanel.c b/src/modules/illume2/e_quickpanel.c index 5ecfb0f4c..8947d10a8 100644 --- a/src/modules/illume2/e_quickpanel.c +++ b/src/modules/illume2/e_quickpanel.c @@ -315,10 +315,8 @@ _e_quickpanel_cb_animate(void *data) if (qp->borders) { - printf("Border Count: %d\n", eina_list_count(qp->borders)); EINA_LIST_REVERSE_FOREACH(qp->borders, l, bd) { - printf("Border: %s\n", bd->client.icccm.name); if (e_object_is_del(E_OBJECT(bd))) continue; e_border_lower(bd); e_border_fx_offset(bd, 0, (bd->h + qp->adjust));