]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove horrible printf that got left in.
authorAdam Sutton <dev@adamsutton.me.uk>
Wed, 10 Oct 2012 15:13:01 +0000 (16:13 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Wed, 10 Oct 2012 15:13:01 +0000 (16:13 +0100)
src/dvb/dvb_adapter.c

index 6a7547aeebd77fa370856164e6555313ca18c92c..6fc420923949616dbbfec2b541ffcd899db67d88 100644 (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;
   }