drop debug printfs
This commit is contained in:
parent
ef10ad3e9f
commit
faec46b963
1 changed files with 0 additions and 5 deletions
|
@ -275,9 +275,6 @@ dvb_map_channel(th_transport_t *t, tcp_queue_t *tq)
|
|||
{
|
||||
transport_map_channel(t);
|
||||
|
||||
printf("Mapped transport %s to channel %s\n",
|
||||
t->tht_servicename, t->tht_channel->ch_name);
|
||||
|
||||
tcp_qprintf(tq,
|
||||
"$('chname_%s').innerHTML='%s';\n\r"
|
||||
"$('map_%s').src='/gfx/mapped.png';\n\r",
|
||||
|
@ -294,8 +291,6 @@ dvb_unmap_channel(th_transport_t *t, tcp_queue_t *tq)
|
|||
{
|
||||
transport_unmap_channel(t);
|
||||
|
||||
printf("Unmapped transport %s\n", t->tht_servicename);
|
||||
|
||||
tcp_qprintf(tq,
|
||||
"$('chname_%s').innerHTML='"
|
||||
"<a href=\"javascript:void(0)\" "
|
||||
|
|
Loading…
Add table
Reference in a new issue