chore: Removed lingering debug statements
This commit is contained in:
parent
7e9a2668b8
commit
767092c4a5
2 changed files with 1 additions and 2 deletions
|
@ -182,7 +182,7 @@ export default function(part) {
|
||||||
// Round points depend on options, so add a check
|
// Round points depend on options, so add a check
|
||||||
if (typeof points[i] !== 'undefined') {
|
if (typeof points[i] !== 'undefined') {
|
||||||
points[i] = points[i].shift(-90, longer)
|
points[i] = points[i].shift(-90, longer)
|
||||||
} else console.log(i)
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Move the map/chest pocket into the princess seam
|
// Move the map/chest pocket into the princess seam
|
||||||
|
|
|
@ -3,7 +3,6 @@ import curvedWaistband from './curved-waistband'
|
||||||
|
|
||||||
export default part => {
|
export default part => {
|
||||||
let { store, options } = part.shorthand()
|
let { store, options } = part.shorthand()
|
||||||
console.log('WB', store.get('topCircumference'))
|
|
||||||
|
|
||||||
if (options.waistbandShape === 'curved') return curvedWaistband(part)
|
if (options.waistbandShape === 'curved') return curvedWaistband(part)
|
||||||
else return straightWaistband(part)
|
else return straightWaistband(part)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue