Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
DankApplication: always enable logging
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed Jul 25, 2022
1 parent 6ecef41 commit 007cf06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/java/me/saket/dank/DankApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ public void onCreate() {
Dank.initDependencies(this);
RxJavaPlugins.setErrorHandler(undeliveredExceptionsHandler());

if (BuildConfig.DEBUG) {
Timber.plant(new Timber.DebugTree());
}
Timber.plant(new Timber.DebugTree());

AppUpdateActions.handleDataUpdateIfNeeded(this);

Expand Down

0 comments on commit 007cf06

Please sign in to comment.