Skip to content

Commit 56294e4

Browse files
committed
chore: remove leftover debug liness
1 parent 525c389 commit 56294e4

File tree

1 file changed

+0
-2
lines changed
  • src/main/kotlin/com/coder/gateway/util

1 file changed

+0
-2
lines changed

src/main/kotlin/com/coder/gateway/util/TLS.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ class AlternateNameSSLSocketFactory(private val delegate: SSLSocketFactory, priv
182182
val params = socket.sslParameters
183183

184184
params.serverNames = listOf(RelaxedSNIHostname(alternateName))
185-
println(">>> dsjhfnjds")
186185
socket.sslParameters = params
187-
println(">>> asas")
188186
}
189187
}
190188

0 commit comments

Comments
 (0)