Skip to content

Commit

Permalink
This must be a leftover, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceTower committed Jan 7, 2025
1 parent 8fbebea commit 316129a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object NetworkModule {
.callTimeout(2, TimeUnit.MINUTES)
.addInterceptor(interceptor)
.apply {
if (!BuildConfig.DEBUG) {
if (BuildConfig.DEBUG) {
addInterceptor(
HttpLoggingInterceptor {
Timber.tag("ok-http").d(it)
Expand Down

0 comments on commit 316129a

Please sign in to comment.