Browse Source

'去掉打印'

zhangyu 5 years ago
parent
commit
af9663efc7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      saga-web-big/src/items/SPolygonItem.ts

+ 0 - 1
saga-web-big/src/items/SPolygonItem.ts

@@ -364,7 +364,6 @@ export class SPolygonItem extends SGraphItem {
                 }
                 // 判断是否有点
                 if (len.Point) {
-                    console.log(index,len.Point);
                     // 点在了多边形的边上
                     if (len.MinDis <= this.scenceLen) {
                         this.pointList.splice(index + 1, 0, len.Point);