mixer - remove debug printfs

This commit is contained in:
Carsten Haitzler 2021-04-02 17:17:32 +01:00
parent b778103299
commit e0f40e7a83
1 changed files with 0 additions and 2 deletions

View File

@ -140,14 +140,12 @@ _cb_emix_monitor_update(void *data)
md->mon_skips++; md->mon_skips++;
if (md->mon_skips > 5) if (md->mon_skips > 5)
{ {
printf(" too many skips\n");
elm_progressbar_value_set(md->vu, 0.0); elm_progressbar_value_set(md->vu, 0.0);
md->animator = NULL; md->animator = NULL;
return EINA_FALSE; return EINA_FALSE;
} }
return EINA_TRUE; return EINA_TRUE;
} }
printf(" vu %1.2f\n", md->samp_max);
elm_progressbar_value_set(md->vu, md->samp_max); elm_progressbar_value_set(md->vu, md->samp_max);
md->mon_update = 0; md->mon_update = 0;
md->samp_max = 0; md->samp_max = 0;