B. Petersen před 4 roky
rodič
revize
847e447ef5
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      deltachat-ios/AppDelegate.swift

+ 1 - 3
deltachat-ios/AppDelegate.swift

@@ -66,10 +66,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
             print("Unable to start notifier")
         }
         
-        // Push Notifications
-        // Check if launched from notification
         let notificationOption = launchOptions?[.remoteNotification]
-        print(notificationOption)
+        logger.info("remoteNotification: \(String(describing: notificationOption))")
 
         if dcContext.isConfigured() {
             registerForShowingNotifications()