Commit f85fee62 by sikang

remove LoggerInterceptor

parent 92e204d2
......@@ -30,7 +30,6 @@ public class ServiceGenerator {
.writeTimeout(TIME_OUT, TimeUnit.SECONDS)
.readTimeout(TIME_OUT, TimeUnit.SECONDS)
.addInterceptor(new DefaultHeaderAddInterceptor())
.addInterceptor(new HttpLoggingInterceptor())
.addInterceptor(new FirebaseHeaderInterceptor())
.build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment