소스 검색

fix:优化格式

“HeShaoZe” 6 달 전
부모
커밋
c1f6d651a6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      plugins/map_mapkit_ios/ios/Classes/MapView/ViewModel/MapViewModel.swift

+ 0 - 2
plugins/map_mapkit_ios/ios/Classes/MapView/ViewModel/MapViewModel.swift

@@ -103,9 +103,7 @@ class MapViewModel: NSObject, ObservableObject, MapCapability {
             result(paramsDecodeError);
             return;
         }
-        
         suitableLocation.append(polyline)
-        print("argssfsfdsdfs--AK-\(args ?? [String: Any]())----\(suitableLocation)")
         result(nil);
     }
 }