fix(yuri): Removing lingering debug
This commit is contained in:
parent
8d2c0c374c
commit
f255327ec0
2 changed files with 0 additions and 3 deletions
|
@ -76,8 +76,6 @@ export default {
|
||||||
back: 'backBase',
|
back: 'backBase',
|
||||||
front: 'frontBase',
|
front: 'frontBase',
|
||||||
sleeve: 'sleeveBase',
|
sleeve: 'sleeveBase',
|
||||||
// hoodCenter: 'hoodSide',
|
|
||||||
// hoodSide: ['front', 'back'],
|
|
||||||
},
|
},
|
||||||
inject: {
|
inject: {
|
||||||
backBase: 'base',
|
backBase: 'base',
|
||||||
|
|
|
@ -41,7 +41,6 @@ export default function (part) {
|
||||||
points.cbNeck.y
|
points.cbNeck.y
|
||||||
)
|
)
|
||||||
|
|
||||||
console.log(points.bottom)
|
|
||||||
// Paths
|
// Paths
|
||||||
paths.gussetBase = new Path().move(points.bottom).line(points.armhole).attr('class', 'note stroke-xxl')
|
paths.gussetBase = new Path().move(points.bottom).line(points.armhole).attr('class', 'note stroke-xxl')
|
||||||
store.set('gussetLength', paths.gussetBase.length())
|
store.set('gussetLength', paths.gussetBase.length())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue