mirror of https://gitee.com/antv-l7/antv-l7
fix: lint error
This commit is contained in:
parent
973b8d1db2
commit
7a8ddd2282
|
@ -215,7 +215,6 @@ export default class Scene extends EventEmitter implements ISceneService {
|
|||
.matchMedia('screen and (-webkit-min-device-pixel-ratio: 1.5)')
|
||||
.addListener(this.handleWindowResized);
|
||||
} else {
|
||||
|
||||
console.error('容器 id 不存在');
|
||||
}
|
||||
this.pickingService.init(this.id);
|
||||
|
|
|
@ -315,7 +315,6 @@ export default class MapboxService
|
|||
!window.mapboxgl.accessToken &&
|
||||
!mapInstance // 如果用户传递了 mapInstance,应该不去干预实例的 accessToken。
|
||||
) {
|
||||
|
||||
console.warn(this.configService.getSceneWarninfo('MapToken'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue