remove log

This commit is contained in:
casperlamboo 2017-07-28 11:21:51 +02:00
parent 39f29eb489
commit d380db1d7a

View File

@ -76,8 +76,6 @@ function pathToGCode(gcode, shape, retract, unRetract, z, { lineProfile, travelP
const { closed } = shape;
const paths = shape.mapToLower();
console.log('retractionProfile: ', retractionProfile);
for (let i = 0; i < paths.length; i ++) {
const line = paths[i];