瀏覽代碼

remove unneeded log entry

cyberta 4 年之前
父節點
當前提交
1c6821226a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      deltachat-ios/AppDelegate.swift

+ 0 - 1
deltachat-ios/AppDelegate.swift

@@ -129,7 +129,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
 
     func applicationWillEnterForeground(_: UIApplication) {
         logger.info("---- foreground ----")
-        logger.debug("---- UNUserNotificationCenter.delegate:  \(UNUserNotificationCenter.current().delegate)---- ")
         appIsInForeground = true
         dcContext.maybeStartIo()
         if reachability.connection != .none {