From 11d9747e69166d86482abc60c1a577c201ada5e4 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Fri, 19 Jul 2019 11:49:33 -0700 Subject: [PATCH] Removing unneccesary addition. --- Clocker/AppDelegate.swift | 4 ---- 1 file changed, 4 deletions(-) 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? {