diff --git a/Shared/AppDelegate.swift b/Shared/AppDelegate.swift index 3c3783f..5b0e2a1 100644 --- a/Shared/AppDelegate.swift +++ b/Shared/AppDelegate.swift @@ -16,7 +16,6 @@ class AppDelegate: NSObject, UIApplicationDelegate { func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { // PersistenceController.shared.clearDB() - application.registerForRemoteNotifications() UNUserNotificationCenter.current().delegate = self return true }