Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP: remove debug printf
  • Loading branch information
perexg committed Jan 13, 2015
1 parent 6f6f20e commit 04fcdce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/input/mpegts/satip/satip_frontend.c
Expand Up @@ -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;
Expand Down

0 comments on commit 04fcdce

Please sign in to comment.