Remove printfs.

SVN revision: 45378
This commit is contained in:
Christopher Michael 2010-01-21 02:05:19 +00:00
parent 63b73189d0
commit b03babe944
1 changed files with 0 additions and 2 deletions

View File

@ -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));