Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove debug line in api_mpegts.c
  • Loading branch information
perexg committed Jan 16, 2015
1 parent ed513c0 commit 37eb9d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/api_mpegts.c
Expand Up @@ -158,7 +158,6 @@ api_mpegts_network_scan
}
}
} else if ((uuid = htsmsg_field_get_str(f))) {
printf("STR: '%s'\n", uuid);
mn = mpegts_network_find(uuid);
if (mn) {
pthread_mutex_lock(&global_lock);
Expand Down

0 comments on commit 37eb9d2

Please sign in to comment.