diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index 1ff2a1d..96f7477 100644 --- a/Clocker/AppDelegate.swift +++ b/Clocker/AppDelegate.swift @@ -53,7 +53,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate { RateController.applicationDidLaunch(UserDefaults.standard) #if RELEASE - Crashlytics.sharedInstance().debugMode = true Fabric.with([Crashlytics.self]) checkIfRunFromApplicationsFolder() #endif