remove unuse log

This commit is contained in:
zhongchao
2022-03-18 11:20:06 +08:00
parent 0cfe5cda07
commit 7a31814b5f

View File

@@ -318,7 +318,6 @@ public class AMapViewWrapper implements IMogoMapView,
public void changeMapVisualAngle(VisualAngleMode angelMode, MogoLatLng mogoLatLng) {
MapAutoViewHelper mapAutoViewHelper = mMapView.getMapAutoViewHelper();
if (mapAutoViewHelper != null) {
CallerLogger.INSTANCE.d(TAG, " 用户更改视距 currentThread : " + Thread.currentThread().getName());
mVisualAngleMode = angelMode;
if (angelMode == MODE_CLOSE_SIGHT) {
if (mogoLatLng == null) {