diff --git a/ios/ImageNotifi/NotificationService.m b/ios/ImageNotifi/NotificationService.m index f81b8d3c4..d8ca61c50 100644 --- a/ios/ImageNotifi/NotificationService.m +++ b/ios/ImageNotifi/NotificationService.m @@ -22,8 +22,6 @@ self.bestAttemptContent = [request.content mutableCopy]; // Modify the notification content here... - self.bestAttemptContent.title = [NSString stringWithFormat:@"%@ [modified]", self.bestAttemptContent.title]; - [[FIRMessaging extensionHelper] populateNotificationContent:self.bestAttemptContent withContentHandler:contentHandler]; }