Remove horrible printf that got left in.

This commit is contained in:
Adam Sutton 2012-10-10 16:13:01 +01:00
parent 9cac818532
commit e42ee19d7b

View file

@ -803,7 +803,7 @@ dvb_adapter_input_dvr(void *aux)
pthread_mutex_unlock(&tda->tda_delivery_mutex);
/* reset buffer */
if (r) {memmove(tsb, tsb+i, r);printf("move");}
if (r) memmove(tsb, tsb+i, r);
i = 0;
}