Skip to content

Commit

Permalink
remove os log
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Dec 10, 2023
1 parent e57aff0 commit 185ce0e
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 185ce0e

Please sign in to comment.