diff --git a/LockdowniOS/AppDelegate.swift b/LockdowniOS/AppDelegate.swift index c6e71c0..6b6fe28 100644 --- a/LockdowniOS/AppDelegate.swift +++ b/LockdowniOS/AppDelegate.swift @@ -190,7 +190,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { } func application(_ application: UIApplication, performFetchWithCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void) { - updateMetrics(.resetIfNeeded, rescheduleNotifications: .withEnergySaving) // Check 2 conditions for firewall restart, but reload manager first to get non-stale one FirewallController.shared.refreshManager(completion: { error in if let e = error {