关闭HttpPassport部分日志
This commit is contained in:
donghongyu
2022-01-18 18:00:56 +08:00
parent 2229588f5a
commit 100384e6f6
2 changed files with 10 additions and 12 deletions

View File

@@ -15,8 +15,6 @@ import okhttp3.ResponseBody
*/
class HttpPassportInterceptor : Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
Logger.d("HttpPassportInterceptor", "Passport error ")
val response = chain.proceed(chain.request())
val responseBody = response.body()
var responseContent: String? = null