removed timber from release file

This commit is contained in:
himalia416
2025-08-06 15:01:38 +02:00
parent d848f6f714
commit c56ae5bf38

View File

@@ -47,7 +47,5 @@ class NrfToolboxApplication : Application() {
super.onCreate() super.onCreate()
analytics.logEvent(AppOpenEvent) analytics.logEvent(AppOpenEvent)
Timber.plant(Timber.DebugTree())
} }
} }