Skip to content

Commit b63c8ad

Browse files
committed
Tidying up commented-out code
1 parent 9866673 commit b63c8ad

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

v3/src/paths/curves/Curve.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,6 @@ var Curve = new Class({
217217
t2 = 1;
218218
}
219219

220-
// var pt1 = this.getPoint(t1);
221-
// var pt2 = this.getPoint(t2);
222-
// var vec = pt2.clone().sub(pt1);
223-
// return vec.normalize();
224-
225220
this.getPoint(t1, tmpVec2A);
226221
this.getPoint(t2, out);
227222

0 commit comments

Comments
 (0)