浏览代码

fix intersection visibilit with selector tool

Victor Luiz Domingues 5 年之前
父节点
当前提交
0a9eac0771
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/app/components/circumference-component/drawers/circumference-drawer.js

+ 0 - 2
src/app/components/circumference-component/drawers/circumference-drawer.js

@@ -19,9 +19,7 @@ export class CircumferenceDrawer extends SelectableDrawer {
   }
 
   draw(e) {
-    console.info("A");
     const points = Selector.getSelectedPoints();
-    console.info("points", points);
     if (points == undefined || points.length == 0) {
       this.drawByStates(e);
     } else this.drawByPoints(points, undefined, e);