Explorar el Código

fix intersection visibilit with selector tool

Victor Luiz Domingues hace 4 años
padre
commit
0a9eac0771

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