lipenghui 2 달 전
부모
커밋
5dc6bb470e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/pms/map/Map.vue

+ 0 - 1
src/views/pms/map/Map.vue

@@ -210,7 +210,6 @@ const createClusterLabel = (cluster: Cluster, point: any) => {
 const clusterDevices = (devices: IotDeviceVO[], map: any): Cluster[] => {
   const clusters: Cluster[] = []
   const gridSize = getGridSize(map.getZoom())
-  debugger
 
   const gridMap = new Map<string, Cluster>()