From c20948ebf89a853468e7601052b6992ededd8648 Mon Sep 17 00:00:00 2001 From: Paul Cartier Date: Tue, 24 Mar 2020 16:07:11 +0100 Subject: [PATCH] remove debug print --- msgNotificationService/NotificationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgNotificationService/NotificationService.swift b/msgNotificationService/NotificationService.swift index 74fea9171..2fec72498 100644 --- a/msgNotificationService/NotificationService.swift +++ b/msgNotificationService/NotificationService.swift @@ -80,7 +80,7 @@ class NotificationService: UNNotificationServiceExtension { stopCore() bestAttemptContent.sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: "msg.caf")) - bestAttemptContent.title = NSLocalizedString("Message received", comment: "") + " [extension]" + bestAttemptContent.title = NSLocalizedString("Message received", comment: "") if let subtitle = msgData?.subtitle { bestAttemptContent.subtitle = subtitle }