removed extra debug message

sayer/1.4-spce2.6
Stefan Sayer 15 years ago
parent ea94576e03
commit ace0355f20

@ -100,8 +100,6 @@ void SIPRegistration::doRegistration()
dlg.remote_uri = req.r_uri;
// set outbound proxy as next hop
DBG("proxy is '%s' <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n",
info.proxy.c_str());
if (!info.proxy.empty()) {
dlg.outbound_proxy = info.proxy;
} else if (!AmConfig::OutboundProxy.empty())

Loading…
Cancel
Save