From ca4bdd37362296f23055d450e5db9cdc9644a67f Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Wed, 26 Nov 2025 10:19:41 +0100 Subject: [PATCH] remove debug --- Linphone/model/account/AccountManager.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Linphone/model/account/AccountManager.cpp b/Linphone/model/account/AccountManager.cpp index 5097103c4..6828f60e8 100644 --- a/Linphone/model/account/AccountManager.cpp +++ b/Linphone/model/account/AccountManager.cpp @@ -64,14 +64,6 @@ bool AccountManager::login(QString username, QString outboundProxyAddress, QString connectionId) { mustBeInLinphoneThread(log().arg(Q_FUNC_INFO)); - qDebug() << "login with parameters :"; - qDebug() << "username" << username; - qDebug() << "password" << password; - qDebug() << "displayName" << displayName; - qDebug() << "domain" << domain; - qDebug() << "registrarUri" << registrarUri; - qDebug() << "outboundProxyAddress" << outboundProxyAddress; - qDebug() << "connectionId" << connectionId; auto core = CoreModel::getInstance()->getCore(); auto factory = linphone::Factory::get(); QString assistantFile = (!QString::compare(domain, "sip.linphone.org") || domain.isEmpty())