diff --git a/sflphone-common/src/sip/sipaccount.cpp b/sflphone-common/src/sip/sipaccount.cpp
index e22796f54daca7078143b13b47b6cbac1f773be7..d7d79f6521eaaa1d3e04f4b6009c66622619a4e7 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 5c4e6bae806dd0d1584cdeb312093526caa461af..62b93570369729b98346ae47fc7aace231b262dc 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 ());