diff --git a/designs/albert/src/pocket.mjs b/designs/albert/src/pocket.mjs index 9b5010b76e8..bf3dae9bac7 100644 --- a/designs/albert/src/pocket.mjs +++ b/designs/albert/src/pocket.mjs @@ -4,8 +4,6 @@ export const pocket = { name: 'albert.pocket', after: front, draft: ({ - options, - measurements, Point, Path, points, @@ -19,7 +17,6 @@ export const pocket = { store, part, }) => { - let apronLength = store.get('apronLength') let pocketSize = store.get('pocketSize') let hemWidth = store.get('hemWidth')