SAT>IP: remove debug printf
This commit is contained in:
parent
6f6f20eac0
commit
04fcdce37d
1 changed files with 1 additions and 3 deletions
|
@ -1047,10 +1047,8 @@ satip_frontend_extra_shutdown
|
|||
} else {
|
||||
while (1) {
|
||||
r = http_client_run(rtsp);
|
||||
if (r != HTTP_CON_RECEIVING && r != HTTP_CON_SENDING) {
|
||||
printf("%s", rtsp->hc_data);
|
||||
if (r != HTTP_CON_RECEIVING && r != HTTP_CON_SENDING)
|
||||
break;
|
||||
}
|
||||
nfds = tvhpoll_wait(efd, &ev, 1, 100);
|
||||
if (nfds == 0)
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue