浏览代码

fix:优化格式。

“HeShaoZe” 4 月之前
父节点
当前提交
7cff90db20
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ios/Runner/AppDelegate.swift

+ 0 - 1
ios/Runner/AppDelegate.swift

@@ -22,7 +22,6 @@ import UserNotifications
         
         ///通知flutter打开了应用
         DispatchQueue.main.asyncAfter(deadline: .now() + 2.0) { [weak self] in
-            print("applicationDidFinishLaunchingWithOptionssfsdfsdfsd-f---");
             self?.pushChannel?.invokeMethod("applicationDidFinishLaunchingWithOptions", arguments: "")
         }
         return super.application(application, didFinishLaunchingWithOptions: launchOptions)