We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29caecf commit 5acb120Copy full SHA for 5acb120
src/main/java/io/cryostat/net/SslConfiguration.java
@@ -65,7 +65,6 @@ public class SslConfiguration {
65
66
if (env.hasEnv(Variables.DISABLE_SSL)) {
67
String disableSslValue = env.getEnv(Variables.DISABLE_SSL);
68
- logger.info("++-" + disableSslValue);
69
boolean disableSsl = Boolean.parseBoolean(disableSslValue); // Parse the value as a boolean
70
if (disableSsl) {
71
strategy = new NoSslStrategy();
0 commit comments