remove stray printf
This commit is contained in:
parent
f0d06575db
commit
60c704ca57
1 changed files with 0 additions and 2 deletions
2
mux.c
2
mux.c
|
@ -138,8 +138,6 @@ muxer_init(th_subscription_t *s, th_mux_output_t *cb, void *opaque,
|
|||
th_muxer_t *tm;
|
||||
th_muxstream_t *tms;
|
||||
|
||||
printf("muxer init!\n");
|
||||
|
||||
tm = calloc(1, sizeof(th_muxer_t));
|
||||
tm->tm_subscription = s;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue