Browse Source

Disable debug mode!

pull/92/head
Abhishek 4 years ago
parent
commit
31d845fa5c
  1. 1
      Clocker/AppDelegate.swift

1
Clocker/AppDelegate.swift

@ -53,7 +53,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
RateController.applicationDidLaunch(UserDefaults.standard) RateController.applicationDidLaunch(UserDefaults.standard)
#if RELEASE #if RELEASE
Crashlytics.sharedInstance().debugMode = true
Fabric.with([Crashlytics.self]) Fabric.with([Crashlytics.self])
checkIfRunFromApplicationsFolder() checkIfRunFromApplicationsFolder()
#endif #endif

Loading…
Cancel
Save