summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/shared/qx509_generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tls/shared/qx509_generic.cpp')
-rw-r--r--src/plugins/tls/shared/qx509_generic.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/tls/shared/qx509_generic.cpp b/src/plugins/tls/shared/qx509_generic.cpp
index 9265498c4e..f5fd1b6b30 100644
--- a/src/plugins/tls/shared/qx509_generic.cpp
+++ b/src/plugins/tls/shared/qx509_generic.cpp
@@ -79,8 +79,6 @@ bool X509CertificateGeneric::isSelfSigned() const
if (null)
return false;
- qCWarning(lcTlsBackend, "QSslCertificate::isSelfSigned: This function does not check, whether the certificate "
- "is actually signed. It just checks whether issuer and subject are identical");
return subjectMatchesIssuer;
}