Jelajahi Sumber

fix:优化格式

“HeShaoZe” 4 bulan lalu
induk
melakukan
c1f6d651a6

+ 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);
     }
 }