mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove debug
This commit is contained in:
parent
37680a0909
commit
6f82e80698
@ -220,8 +220,6 @@ void OwncloudSetupWizard::testOwnCloudConnect()
|
||||
|
||||
bool OwncloudSetupWizard::checkDowngradeAdvised(QNetworkReply* reply)
|
||||
{
|
||||
qWarning() << reply->url() << reply->errorString() << reply->error() << reply->hasRawHeader("Strict-Transport-Security");
|
||||
|
||||
if(reply->url().scheme() != QLatin1String("https")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user