diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/view/SmallMapView.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/view/SmallMapView.kt index e9fcf4c49a..46f3afc287 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/view/SmallMapView.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/view/SmallMapView.kt @@ -291,10 +291,6 @@ class SmallMapView @JvmOverloads constructor( endLatLng.latitude, endLatLng.longitude, currentLatLng.latitude, currentLatLng.longitude ) -// CallerLogger.d( -// SceneConstant.M_MAP + TAG, -// "calculateDistance=$calculateDistance" -// ) if (calculateDistance <= 5) { CallerLogger.d( SceneConstant.M_MAP + TAG, "onChassisLocationGCJ02 -----> calculateDistance <= 5 ")