1
0
Fork 0

chore(core): Removed debug message in tests

This commit is contained in:
Joost De Cock 2021-06-22 18:27:42 +02:00
parent 1fb5e35b19
commit a172dc6c9e

View file

@ -793,5 +793,4 @@ it("Should move along a path even if it lands just on a joint", () => {
) )
a.points.test = a.paths.curve.shiftAlong(121.36690836797631) a.points.test = a.paths.curve.shiftAlong(121.36690836797631)
expect(a.points.test).to.be.instanceOf(a.Point) expect(a.points.test).to.be.instanceOf(a.Point)
console.log({test: a.points.test})
}) })