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',
front: 'frontBase',
sleeve: 'sleeveBase',
// hoodCenter: 'hoodSide',
// hoodSide: ['front', 'back'],
},
inject: {
backBase: 'base',

View file

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