From f6de91ba9645f8917c0ee075df0a9173389c5115 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Wed, 6 Jan 2021 17:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/map/impl/custom/CustomMapApiBuilder.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java index 5660221fb5..6468999171 100644 --- a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java +++ b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/CustomMapApiBuilder.java @@ -100,12 +100,6 @@ class CustomMapApiBuilder implements IMogoMapApiBuilder { .setPointToCenter( 0.734375f, 0.5f ) .setStyleMode( MapParams.MAP_STYLE_NIGHT ), NavParams.Companion.init() ); MapAutoView mapAutoView = new MapAutoView(context); - Logger.w(TAG, "mapAutoView==" + mapAutoView); - try { - Thread.sleep(1000); - } catch (InterruptedException e) { - e.printStackTrace(); - } IMogoMapView mapView = new AMapViewWrapper(mapAutoView); return mapView; }