diff --git a/ios/Breez Notification Service Extension/NotificationService.swift b/ios/Breez Notification Service Extension/NotificationService.swift index 6a216fff2..994c25639 100644 --- a/ios/Breez Notification Service Extension/NotificationService.swift +++ b/ios/Breez Notification Service Extension/NotificationService.swift @@ -4,15 +4,6 @@ import Combine import os.log import notify -#if DEBUG && true -fileprivate var log = Logger( - subsystem: Bundle.main.bundleIdentifier!, - category: "NotificationService" -) -#else -fileprivate var log = Logger(OSLog.disabled) -#endif - class NotificationService: UNNotificationServiceExtension { private var logger: XCGLogger = {