diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/OkHttpClientFactory.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/OkHttpClientFactory.kt index b031362d8..aca48eff6 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/OkHttpClientFactory.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/OkHttpClientFactory.kt @@ -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()