Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP Server: remove debug line
  • Loading branch information
perexg committed Mar 18, 2015
1 parent 5c5950b commit 8480557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/satip/server.c
Expand Up @@ -159,7 +159,6 @@ satip_server_http_xml(http_connection_t *hc)
srcs = 0;

devicelist = htsbuf_to_string(&q);
printf("devicelist: '%s'\n", devicelist);
htsbuf_queue_flush(&q);

if (devicelist == NULL || devicelist[0] == '\0') {
Expand Down

0 comments on commit 8480557

Please sign in to comment.