B. Petersen %!s(int64=4) %!d(string=hai) anos
pai
achega
847e447ef5
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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()