fix(shin): Removed lingering console.log statement
This commit is contained in:
parent
67fae794ee
commit
d5d67dad81
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ export default function(part) {
|
||||||
points.hipSide = points.hipSide.shift(90, shift / 2)
|
points.hipSide = points.hipSide.shift(90, shift / 2)
|
||||||
points.hipCbCp = new Point(points.hipCb.x / 2, points.hipCb.y)
|
points.hipCbCp = new Point(points.hipCb.x / 2, points.hipCb.y)
|
||||||
}
|
}
|
||||||
console.log(points.hipSideCpBottom)
|
|
||||||
|
|
||||||
// Paths
|
// Paths
|
||||||
paths.saBase = new Path() // Use full crossSeam path
|
paths.saBase = new Path() // Use full crossSeam path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue