From acbb879673e406dcabc32e3a4c1f8a5f7d3b51d9 Mon Sep 17 00:00:00 2001
From: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
Date: Tue, 13 Jul 2010 18:01:52 -0400
Subject: [PATCH] [#3946] A little cleanup

---
 sflphone-common/src/sip/sipaccount.cpp  | 2 --
 sflphone-common/src/sip/sipvoiplink.cpp | 1 -
 2 files changed, 3 deletions(-)

diff --git a/sflphone-common/src/sip/sipaccount.cpp b/sflphone-common/src/sip/sipaccount.cpp
index e22796f54d..d7d79f6521 100755
--- a/sflphone-common/src/sip/sipaccount.cpp
+++ b/sflphone-common/src/sip/sipaccount.cpp
@@ -1076,8 +1076,6 @@ std::string SIPAccount::getServerUri (void)
 
     // UDP does not require the transport specification
 
-    _debug("---------------------------- _hostname %s", _hostname.c_str());
-
     if (_transportType == PJSIP_TRANSPORT_TLS) {
         scheme = "sips:";
         transport = ";transport=" + std::string (pjsip_transport_get_type_name (_transportType));
diff --git a/sflphone-common/src/sip/sipvoiplink.cpp b/sflphone-common/src/sip/sipvoiplink.cpp
index 5c4e6bae80..62b9357036 100755
--- a/sflphone-common/src/sip/sipvoiplink.cpp
+++ b/sflphone-common/src/sip/sipvoiplink.cpp
@@ -580,7 +580,6 @@ int SIPVoIPLink::sendRegister (AccountID id)
     std::string fromUri = account->getFromUri();
     std::string srvUri = account->getServerUri();
 
-    _debug("----------------------------------------------- srvUri %s, %s", account->getAccountID().c_str(), srvUri.c_str());
     std::string address = findLocalAddressFromUri (srvUri, account->getAccountTransport ());
     int port = findLocalPortFromUri (srvUri, account->getAccountTransport ());
 
-- 
GitLab