]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug printf
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Aug 2011 17:12:29 +0000 (12:12 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Aug 2011 21:25:32 +0000 (16:25 -0500)
src/switch_core_session.c

index fc03ab6f102eccedd1df58095dd2dad2acc875fc..28ef9fd96a79c058f76b0cf5435db6e8831bc3a1 100644 (file)
@@ -524,7 +524,6 @@ SWITCH_DECLARE(switch_call_cause_t) switch_core_session_outgoing_channel(switch_
                                switch_snprintf(tmp, sizeof(tmp), "%s%s", rc, vrc);
                                switch_channel_set_variable(peer_channel, SWITCH_ORIGINATOR_CODEC_VARIABLE, tmp);
                        } else if ((ep = switch_channel_get_variable(channel, "ep_codec_string"))) {
-                               printf("SET [%s] [%s]\n", switch_channel_get_name(peer_channel), ep);
                                switch_channel_set_variable(peer_channel, SWITCH_ORIGINATOR_CODEC_VARIABLE, ep);
                        }