зеркало из https://github.com/nextcloud/desktop.git
Remove noisy debug output
This commit is contained in:
Родитель
6c0a449ebe
Коммит
332601ed26
|
@ -355,8 +355,6 @@ QSslConfiguration Account::createSslConfig()
|
|||
sslConfig.setLocalCertificate(sslClientCertificate);
|
||||
sslConfig.setPrivateKey(privateKey);
|
||||
qDebug() << "Added SSL client certificate to the query";
|
||||
} else {
|
||||
qDebug() << "Failed to add the SSL client certificate to the query!";
|
||||
}
|
||||
|
||||
return sslConfig;
|
||||
|
|
Загрузка…
Ссылка в новой задаче