cleanup code
This commit is contained in:
parent
3c685800d8
commit
50b0d1fb8d
15 changed files with 13 additions and 90 deletions
|
@ -75,7 +75,7 @@ class NetworkModule {
|
|||
.apply {
|
||||
addInterceptor(InstanceSwitchAuthInterceptor(accountManager))
|
||||
if (BuildConfig.DEBUG) {
|
||||
addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY))
|
||||
addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BASIC))
|
||||
}
|
||||
}
|
||||
.build()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue