Remove a debugging printf

This commit is contained in:
Dave Chapman 2013-11-28 01:01:54 +00:00 committed by Adam Sutton
parent 6df74d3d75
commit c8d1f2390a

View file

@ -375,7 +375,6 @@ mpegts_service_create0
char buf[256];
service_create0((service_t*)s, class, uuid, S_MPEG_TS, conf);
fprintf(stderr,"Created service - pmt_pid=%d\n",pmt_pid);
/* Create */
sbuf_init(&s->s_tsbuf);
if (!conf) {