remove debug print

This commit is contained in:
Paul Cartier 2020-03-24 16:07:11 +01:00
parent becd5e2b14
commit c20948ebf8

View file

@ -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
}