From e15bb13513e1157094c42d014db906063d057230 Mon Sep 17 00:00:00 2001 From: Frans Englich Date: Wed, 19 Aug 2009 17:25:54 +0200 Subject: Remove dead commment. Addresses review. Reviewed-by: TrustMe --- tests/auto/qsslsocket/tst_qsslsocket.cpp | 1 - 1 file changed, 1 deletion(-) 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(); } -- cgit v0.12