Jelajahi Sumber

tweak debug

B. Petersen 4 tahun lalu
induk
melakukan
847e447ef5
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  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()