diff --git a/packages/carlita/src/front.js b/packages/carlita/src/front.js index 95f02408422..ee992928531 100644 --- a/packages/carlita/src/front.js +++ b/packages/carlita/src/front.js @@ -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 diff --git a/packages/sandy/src/waistband.js b/packages/sandy/src/waistband.js index aa192e20ba5..77bbb8bf3e9 100644 --- a/packages/sandy/src/waistband.js +++ b/packages/sandy/src/waistband.js @@ -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)