remove debug line in api_mpegts.c

This commit is contained in:
Jaroslav Kysela 2015-01-16 18:53:46 +01:00
parent ed513c0d6f
commit 37eb9d2cfd

View file

@ -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);