This commit is contained in:
Daniel Molkentin 2015-01-29 15:37:21 +01:00
Родитель 6c0a449ebe
Коммит 332601ed26
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;