mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 13:56:22 +02:00
remove commented out code
This commit is contained in:
@@ -74,20 +74,6 @@ class OkHttpClientFactory(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
DEBUG OK HTTP connections here.
|
|
||||||
init {
|
|
||||||
if (isDebug) {
|
|
||||||
GlobalScope.launch(Dispatchers.IO) {
|
|
||||||
while (true) {
|
|
||||||
Log.d("OkHttpClientFactory", "Active threads ${myDispatcher.runningCallsCount()}")
|
|
||||||
delay(5000)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
private val rootClient =
|
private val rootClient =
|
||||||
OkHttpClient
|
OkHttpClient
|
||||||
.Builder()
|
.Builder()
|
||||||
|
Reference in New Issue
Block a user