remove debug logging

main
Konrad Pozniak 4 years ago
parent 7c3f19a07e
commit 3f00b47d0c
  1. 2
      app/src/main/java/com/keylesspalace/tusky/di/NetworkModule.kt

@ -77,7 +77,7 @@ class NetworkModule {
.apply { .apply {
addInterceptor(InstanceSwitchAuthInterceptor(accountManager)) addInterceptor(InstanceSwitchAuthInterceptor(accountManager))
if (BuildConfig.DEBUG) { if (BuildConfig.DEBUG) {
addInterceptor(HttpLoggingInterceptor().apply { level = HttpLoggingInterceptor.Level.BODY }) addInterceptor(HttpLoggingInterceptor().apply { level = HttpLoggingInterceptor.Level.BASIC })
} }
} }
.build() .build()

Loading…
Cancel
Save