]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix backlash from profile clone change -without debugging line
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 12 Sep 2007 22:37:28 +0000 (22:37 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 12 Sep 2007 22:37:28 +0000 (22:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5706 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_session.c

index 0434e2678440d6d68e9de2c05f5ea5859099e134..799de84c8c62a623a0b554c31217fbea1cd73fc1 100644 (file)
@@ -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);
                        }
                }