remove comment

This commit is contained in:
Aria Moradi
2021-08-23 04:20:04 +04:30
parent c215696f04
commit 08443ceb3d
@@ -31,7 +31,6 @@ class NetworkHelper(context: Context) {
// private val cacheSize = 5L * 1024 * 1024 // 5 MiB
// val cookieManager = MemoryCookieJar()
val cookieManager = PersistentCookieJar(context)
private val baseClientBuilder: OkHttpClient.Builder