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',
|
||||
front: 'frontBase',
|
||||
sleeve: 'sleeveBase',
|
||||
// hoodCenter: 'hoodSide',
|
||||
// hoodSide: ['front', 'back'],
|
||||
},
|
||||
inject: {
|
||||
backBase: 'base',
|
||||
|
|
|
@ -41,7 +41,6 @@ export default function (part) {
|
|||
points.cbNeck.y
|
||||
)
|
||||
|
||||
console.log(points.bottom)
|
||||
// Paths
|
||||
paths.gussetBase = new Path().move(points.bottom).line(points.armhole).attr('class', 'note stroke-xxl')
|
||||
store.set('gussetLength', paths.gussetBase.length())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue