From ace0355f20745fe7e8efd07f2cfc4a310d772e35 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 10 Jan 2011 22:38:52 +0100 Subject: [PATCH] removed extra debug message --- apps/registrar_client/SIPRegistrarClient.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/registrar_client/SIPRegistrarClient.cpp b/apps/registrar_client/SIPRegistrarClient.cpp index 682942bf..69b3f385 100644 --- a/apps/registrar_client/SIPRegistrarClient.cpp +++ b/apps/registrar_client/SIPRegistrarClient.cpp @@ -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())