mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
remove debug
This commit is contained in:
parent
251f711250
commit
ca4bdd3736
1 changed files with 0 additions and 8 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue