aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-03-07 00:36:11 -0500
committerAllan Wang <me@allanwang.ca>2019-03-07 00:36:11 -0500
commitf717953debf1cd023b2f612e0ea9b2eede4c37c3 (patch)
treec5ffb3cd930c13f1dc30bb327662112eac4dc6d9 /app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
parentd7ee076bdc1a179a0fdb45b812642b8656d74415 (diff)
downloadfrost-f717953debf1cd023b2f612e0ea9b2eede4c37c3.tar.gz
frost-f717953debf1cd023b2f612e0ea9b2eede4c37c3.tar.bz2
frost-f717953debf1cd023b2f612e0ea9b2eede4c37c3.zip
Delete unused dbutils
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
index 7669ef46..41c6ff4b 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
@@ -83,7 +83,7 @@ class FrostApp : Application() {
)
Showcase.initialize(this, "${BuildConfig.APPLICATION_ID}.showcase")
Prefs.initialize(this, "${BuildConfig.APPLICATION_ID}.prefs")
- // if (LeakCanary.isInAnalyzerProcess(this)) return
+// if (LeakCanary.isInAnalyzerProcess(this)) return
// refWatcher = LeakCanary.install(this)
initBugsnag()
KL.shouldLog = { BuildConfig.DEBUG }