Skip to content

Commit 1c077b8

Browse files
committed
delete openSSL debug info
1 parent a9c0bd2 commit 1c077b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

RedPandaIDE/main.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,6 @@ int main(int argc, char *argv[])
252252
}
253253
config.setBackend(QSslConfiguration::SecureTransportBackend);
254254
#endif
255-
// Check the SSL support
256-
if (!QSslSocket::supportsSsl()) {
257-
qDebug() << "SSL not supported!";
258-
qDebug() << "SSL build version:" << QSslSocket::sslLibraryBuildVersionString();
259-
qDebug() << "SSL library version:" << QSslSocket::sslLibraryVersionNumber();
260-
}
261255

262256
QApplication app(argc, argv);
263257
#if QT_VERSION_MAJOR < 6

0 commit comments

Comments
 (0)