소스 검색

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)