]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 13 Jun 2014 09:01:37 +0000 (05:01 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 13 Jun 2014 09:01:37 +0000 (05:01 -0400)
src/mod/codecs/mod_opus/mod_opus.c

index 62ab8dbcbca3be7d30340cc2278bc652f8c4ab7a..5a9593463f5fbb571b8fcc636bcd5045428012f5 100644 (file)
@@ -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;