소스 검색

draw intersection point

Victor Luiz Domingues 5 년 전
부모
커밋
5e96d27c12
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/app/components/line-segment-component/models/line-segment-model.js

+ 0 - 1
src/app/components/line-segment-component/models/line-segment-model.js

@@ -6,7 +6,6 @@ export class LineSegmentModel extends GeometricObject {
     this.pointA = pointA;
     this.pointB = pointB;
     this.setLabel(label);
-    console.info("aaaaaaaaaaaaaaaaaaa");
   }
   update() {}
   getStraight() {