1
0
Fork 0

chore: Removed lingering debug statements

This commit is contained in:
Joost De Cock 2020-04-05 14:12:57 +02:00
parent 7e9a2668b8
commit 767092c4a5
2 changed files with 1 additions and 2 deletions

View file

@ -182,7 +182,7 @@ export default function(part) {
// Round points depend on options, so add a check
if (typeof points[i] !== 'undefined') {
points[i] = points[i].shift(-90, longer)
} else console.log(i)
}
}
// Move the map/chest pocket into the princess seam

View file

@ -3,7 +3,6 @@ import curvedWaistband from './curved-waistband'
export default part => {
let { store, options } = part.shorthand()
console.log('WB', store.get('topCircumference'))
if (options.waistbandShape === 'curved') return curvedWaistband(part)
else return straightWaistband(part)