From 41cea5c75145306c61de0b5ab1116edd83f44dc8 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 13 Jun 2014 05:01:37 -0400 Subject: [PATCH] remove debug --- src/mod/codecs/mod_opus/mod_opus.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod/codecs/mod_opus/mod_opus.c b/src/mod/codecs/mod_opus/mod_opus.c index 62ab8dbcbc..5a9593463f 100644 --- a/src/mod/codecs/mod_opus/mod_opus.c +++ b/src/mod/codecs/mod_opus/mod_opus.c @@ -266,8 +266,6 @@ static switch_status_t switch_opus_init(switch_codec_t *codec, switch_codec_flag switch_opus_fmtp_parse(codec->fmtp_in, &codec_fmtp); codec->fmtp_out = gen_fmtp(&opus_codec_settings, codec->memory_pool); - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "OPUS init %d %d\n", codec->implementation->actual_samples_per_second, codec->implementation->number_of_channels); - if (encoding) { /* come up with a way to specify these */ int bitrate_bps = OPUS_AUTO;