Victor Luiz Domingues пре 6 година
родитељ
комит
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.pointA = pointA;
     this.pointB = pointB;
     this.pointB = pointB;
     this.setLabel(label);
     this.setLabel(label);
-    console.info("aaaaaaaaaaaaaaaaaaa");
   }
   }
   update() {}
   update() {}
   getStraight() {
   getStraight() {