Skip to content

Commit e1c3997

Browse files
committed
remove interceptor from okhttp requests
1 parent 80e54f4 commit e1c3997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ir/textmining/app/util/RetrofitUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private static OkHttpClient getHeader(final String authorizationValue) {
2727
interceptor.setLevel(HttpLoggingInterceptor.Level.BODY);
2828
//end interceptor
2929
return new OkHttpClient.Builder()
30-
.addInterceptor(interceptor)
30+
//.addInterceptor(interceptor)
3131
.addNetworkInterceptor(
3232
new Interceptor() {
3333
@Override

0 commit comments

Comments
 (0)