diff --git a/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift b/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift index 0c5e5877e..b33136fa5 100644 --- a/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift +++ b/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift @@ -89,7 +89,10 @@ extension UserNotificationPresenterAdaptee: NotificationPresenterAdaptee { } else if error != nil { Logger.error("failed with error: \(error!)") } else { - owsFailDebug("error was unexpectedly nil") + // Loki: Original code + // ======== + // owsFailDebug("error was unexpectedly nil") + // ======== Logger.error("failed without error.") }