summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qsslsocket/tst_qsslsocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp
index a02c21e..9c5086a 100644
--- a/tests/auto/qsslsocket/tst_qsslsocket.cpp
+++ b/tests/auto/qsslsocket/tst_qsslsocket.cpp
@@ -538,7 +538,6 @@ void tst_QSslSocket::sslErrors()
SslErrorList output;
foreach (QSslError error, socket->sslErrors()) {
- //printf("error = %s\n", error.errorString().toAscii().data());
output << error.error();
}