]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debugging message.
authorMichael Jerris <mike@jerris.com>
Tue, 14 Nov 2006 06:08:49 +0000 (06:08 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 14 Nov 2006 06:08:49 +0000 (06:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3365 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 6bb28409cd3e72f0547a880552dd6c37fc9085c8..1aa56366db2ddeb0fcd49a7b1ce43c4ab99ae960 100644 (file)
@@ -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);