diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-19 15:25:54 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-19 15:25:54 (GMT) |
commit | e15bb13513e1157094c42d014db906063d057230 (patch) | |
tree | 4b804522f9658c9c94c8b0b21528656d0fe23897 /tests/auto | |
parent | af0d032ddeb09250a3b22302bec8e8996dddd687 (diff) | |
download | Qt-e15bb13513e1157094c42d014db906063d057230.zip Qt-e15bb13513e1157094c42d014db906063d057230.tar.gz Qt-e15bb13513e1157094c42d014db906063d057230.tar.bz2 |
Remove dead commment. Addresses review.
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qsslsocket/tst_qsslsocket.cpp | 1 |
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(); } |