1
0
Fork 0

fix(yuri): Removing lingering debug

This commit is contained in:
joostdecock 2021-09-03 15:21:33 +02:00
parent 8d2c0c374c
commit f255327ec0
2 changed files with 0 additions and 3 deletions

View file

@ -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',

View file

@ -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())