remove commented out code

This commit is contained in:
davotoula
2025-09-17 11:10:40 +02:00
parent dddf65e60f
commit 6440b86a5e

View File

@@ -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()