7eae6d9f by 杨威

删除debugger

1 parent 39a80c62
...@@ -455,7 +455,6 @@ ...@@ -455,7 +455,6 @@
455 }, 455 },
456 //设置导入的空间数据 456 //设置导入的空间数据
457 setBufferGeometry(geo){ 457 setBufferGeometry(geo){
458 debugger
459 this.importGeo = geo; 458 this.importGeo = geo;
460 this.importDialog = false; 459 this.importDialog = false;
461 }, 460 },
......