diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index 9b3b631..7d7715f 100644 --- a/Clocker/AppDelegate.swift +++ b/Clocker/AppDelegate.swift @@ -57,10 +57,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate { Fabric.with([Crashlytics.self]) checkIfRunFromApplicationsFolder() #endif - - if let bundleID = Bundle.main.bundleIdentifier { - UserDefaults.standard.removePersistentDomain(forName: bundleID) - } } public func applicationDockMenu(_: NSApplication) -> NSMenu? {