Skip to content

Commit 3c180dc

Browse files
committed
removed debug
1 parent 40ee167 commit 3c180dc

File tree

1 file changed

+0
-2
lines changed
  • src/main/kotlin/org/tabooproject/intellij

1 file changed

+0
-2
lines changed

src/main/kotlin/org/tabooproject/intellij/Utils.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ fun createOkHttpClientWithSystemProxy(block: OkHttpClient.Builder.() -> Unit = {
3333
val proxyHost = System.getProperty("http.proxyHost")
3434
val proxyPort = System.getProperty("http.proxyPort")
3535

36-
println("proxy host: $proxyHost, proxyPort: $proxyPort")
37-
3836
val clientBuilder = OkHttpClient.Builder().apply {
3937
block(this)
4038
}

0 commit comments

Comments
 (0)