From c56ae5bf38af7bc69ccefd1a093e392716181008 Mon Sep 17 00:00:00 2001 From: himalia416 Date: Wed, 6 Aug 2025 15:01:38 +0200 Subject: [PATCH] removed timber from release file --- .../no/nordicsemi/android/nrftoolbox/NrfToolboxApplication.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/release/java/no/nordicsemi/android/nrftoolbox/NrfToolboxApplication.kt b/app/src/release/java/no/nordicsemi/android/nrftoolbox/NrfToolboxApplication.kt index 4654c38e..05cb85b9 100644 --- a/app/src/release/java/no/nordicsemi/android/nrftoolbox/NrfToolboxApplication.kt +++ b/app/src/release/java/no/nordicsemi/android/nrftoolbox/NrfToolboxApplication.kt @@ -47,7 +47,5 @@ class NrfToolboxApplication : Application() { super.onCreate() analytics.logEvent(AppOpenEvent) - - Timber.plant(Timber.DebugTree()) } }