remove debug printf:s
This commit is contained in:
parent
f5254a66fa
commit
c74fa3b554
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue