We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c0bd2 commit 1c077b8Copy full SHA for 1c077b8
RedPandaIDE/main.cpp
@@ -252,12 +252,6 @@ int main(int argc, char *argv[])
252
}
253
config.setBackend(QSslConfiguration::SecureTransportBackend);
254
#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
- }
261
262
QApplication app(argc, argv);
263
#if QT_VERSION_MAJOR < 6
0 commit comments