Kaynağa Gözat

fix:优化格式。

“HeShaoZe” 4 ay önce
ebeveyn
işleme
7cff90db20
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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)