Skip to content

Commit

Permalink
Code cleanup (issue #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Apr 23, 2020
1 parent 269b8d9 commit 2025bfc
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package com.javinator9889.handwashingreminder.application

import android.content.Context
import android.content.SharedPreferences
import android.util.Log
import androidx.multidex.MultiDex
import androidx.preference.PreferenceManager
import com.google.android.play.core.splitcompat.SplitCompat
Expand Down Expand Up @@ -67,17 +66,7 @@ class HandwashingApplication : BaseApplication() {
instance = this
sharedPreferences = getCustomSharedPreferences(this)
activityHandler = ActivityHandler(this)
/*if (isDebuggable()) {
Timber.plant(Timber.DebugTree())
Timber.d("Application is in DEBUG mode")
with(FirebaseCrashlytics.getInstance()) {
setCrashlyticsCollectionEnabled(false)
}
} else {
Timber.plant(LogReportTree())
}*/
firebaseInitDeferred = initFirebaseAppAsync()
Log.d("Application", "Deferred Firebase Instantiating")
}

private fun initFirebaseAppAsync(): Deferred<Unit> {
Expand Down

0 comments on commit 2025bfc

Please sign in to comment.