mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-18 22:51:46 +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 =
|
||||
OkHttpClient
|
||||
.Builder()
|
||||
|
Reference in New Issue
Block a user