From 60c704ca578dd71ab94d609aa1b293a1770d6d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 5 Feb 2008 19:15:41 +0000 Subject: [PATCH] remove stray printf --- mux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mux.c b/mux.c index e3e77da6..0fc49016 100644 --- a/mux.c +++ b/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;