fix: lint error

This commit is contained in:
thinkinggis 2021-08-05 17:30:38 +08:00
parent 973b8d1db2
commit 7a8ddd2282
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

@ -315,7 +315,6 @@ export default class MapboxService
!window.mapboxgl.accessToken &&
!mapInstance // 如果用户传递了 mapInstance应该不去干预实例的 accessToken。
) {
console.warn(this.configService.getSceneWarninfo('MapToken'));
}