remove debugging message.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3365 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
534480be37
commit
7ee6fcecd2
|
@ -2078,7 +2078,6 @@ static switch_status_t sofia_outgoing_channel(switch_core_session_t *session, sw
|
|||
snprintf(tech_pvt->dest, strlen(dest) + 5, "sip:%s", dest);
|
||||
}
|
||||
|
||||
printf("WTF [%s]\n", dest);
|
||||
attach_private(nsession, profile, tech_pvt, dest);
|
||||
|
||||
nchannel = switch_core_session_get_channel(nsession);
|
||||
|
|
Loading…
Reference in New Issue