修复了bug

删除了会影响消费事件的日志
This commit is contained in:
董宏宇
2020-02-21 11:07:06 +08:00
parent 43cec56a1f
commit 6e3a145330

View File

@@ -427,7 +427,6 @@ public class MogoServiceProvider implements IMogoModuleProvider,
@Override
public void onMapChanged( MogoLatLng latLng, float zoom, float tilt, float bearing ) {
Logger.d(TAG, "onMapChanged==latLng:" + latLng+" mStatusManager.isUserInteracted()==="+mStatusManager.isUserInteracted());
if ( mIsCameraInited ) {
mLastZoomLevel = zoom;
mLastCustomRefreshCenterLocation = latLng;