From 25da2b638526b6a3d78ae4c58932df3fe1b8785f Mon Sep 17 00:00:00 2001 From: zhongchao Date: Sun, 25 Jun 2023 15:20:30 +0800 Subject: [PATCH] [3.3.0] remove lig --- .../com/mogo/eagle/core/function/smp/view/SmallMapView.kt | 4 ---- 1 file changed, 4 deletions(-) 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 ")