]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
remove debug printf:s
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 14 Jun 2010 12:41:15 +0000 (12:41 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 14 Jun 2010 12:41:15 +0000 (12:41 +0000)
src/dvb/dvb_tables.c
src/dvr/dvr_rec.c

index efbb07d2f33129c51bb8e0f22c97afa715c5474c..d01fdce947883c9e7ea9bf34556bf49920f9960b 100644 (file)
@@ -1069,7 +1069,6 @@ dvb_table_local_channel(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
          t->tht_channel_number = chan;
          t->tht_config_save(t);
          transport_refresh_channel(t);
-         printf("%s channel %d\n", transport_nicename(t), chan);
        }
       }
     }
index 3c5d7497f3bb215e84424bb8bb6961c9b71c73c7..3d0718281bc07d410dcab962c6e2980286e74ee0 100644 (file)
@@ -506,7 +506,6 @@ dvr_thread(void *aux)
       break;
 
     case SMT_TRANSPORT_STATUS:
-      printf("TSS: %x\n", sm->sm_code);
       if(sm->sm_code & TSS_PACKETS) {
        
       } else if(sm->sm_code & (TSS_GRACEPERIOD | TSS_ERRORS)) {