remove unuse log

This commit is contained in:
zhongchao
2022-10-10 18:02:08 +08:00
parent 7212e2de56
commit 36e1ce01db
3 changed files with 0 additions and 12 deletions

View File

@@ -2,8 +2,6 @@ package com.mogo.eagle.core.function.map.identify;
import android.annotation.SuppressLint;
import android.os.Build;
import android.text.TextUtils;
import android.util.Log;
import androidx.annotation.RequiresApi;
@@ -11,8 +9,6 @@ import com.google.common.collect.BiMap;
import com.google.common.collect.HashBiMap;
import com.mogo.commons.AbsMogoApplication;
import com.mogo.eagle.core.data.traffic.TrafficData;
import com.mogo.eagle.core.data.traffic.TrafficDataKt;
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotStatusListenerManager;
import com.mogo.eagle.core.utilcode.geometry.S2CellId;
import com.mogo.eagle.core.utilcode.geometry.S2LatLng;
import com.mogo.map.MogoMarkerManager;
@@ -110,7 +106,6 @@ public class TrackManager {
if (data.getColor() != null && !data.getColor().isEmpty()) {
cache = cache.toBuilder().setColor(data.getColor()).build();
}
Log.i("EmArrow1009","感知物重新赋值, cache type : " +cache.getType() + " , data type :" + data.getType());
data = cache;
}
}