From: Anthony Minessale Date: Wed, 12 Sep 2007 22:37:28 +0000 (+0000) Subject: fix backlash from profile clone change -without debugging line X-Git-Tag: v1.0-beta2~645 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b961cb2c16e1e685bd35f2e5cb293795dda895cb;p=thirdparty%2Ffreeswitch.git fix backlash from profile clone change -without debugging line git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5706 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index 0434e26784..799de84c8c 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -305,7 +305,6 @@ SWITCH_DECLARE(switch_call_cause_t) switch_core_session_outgoing_channel(switch_ if (session && (cloned_profile = switch_caller_profile_clone(session, peer_profile)) != 0) { switch_channel_set_originatee_caller_profile(channel, cloned_profile); } - printf("XXXXXXXXXXWTF [%s] [%s] [%s]\n", profile->uuid, peer_profile->uuid, cloned_profile->uuid); } }