diff --git a/designs/octoplushy/package.json b/designs/octoplushy/package.json index 88ff3836591..cffbe5cd826 100644 --- a/designs/octoplushy/package.json +++ b/designs/octoplushy/package.json @@ -2,7 +2,7 @@ "name": "@freesewing/octoplushy", "version": "2.21.3", "description": "A FreeSewing pattern for an octopus plushy toy", - "author": "woutervdub (https://github.com/woutervdub", + "author": "woutervdub (https://github.com/woutervdub)", "homepage": "https://freesewing.org/", "repository": "github:freesewing/freesewing", "license": "MIT", diff --git a/designs/octoplushy/src/legSection.js b/designs/octoplushy/src/legSection.js index 1f46a1fa51a..6eb1c4d5e3e 100644 --- a/designs/octoplushy/src/legSection.js +++ b/designs/octoplushy/src/legSection.js @@ -1,5 +1,4 @@ export default function (partNumber, part) { - console.log({ part: part }) const { options, Point, @@ -233,7 +232,6 @@ export default function (partNumber, part) { points.legMiddle, points.legTopLeft.x ) - console.log({ skirtLegLeft: points.skirtLegLeft }) points.skirtLegRight = points.skirtLegLeft.flipX(points.sectionTop) paths.legLeftLine = new Path() .move(points.skirtLegLeft) diff --git a/designs/octoplushy/tests/shared.test.mjs b/designs/octoplushy/tests/shared.test.mjs index 85fc92a64fc..c1691114e32 100644 --- a/designs/octoplushy/tests/shared.test.mjs +++ b/designs/octoplushy/tests/shared.test.mjs @@ -12,10 +12,9 @@ import { testPatternSampling } from '../../../tests/patterns/sampling.mjs' const expect = chai.expect - // Test config testPatternConfig( - "{{name}}", + "octoplushy", new Pattern(), expect, models, @@ -24,7 +23,7 @@ testPatternConfig( // Test drafting testPatternDrafting( - "{{name}}", + "octoplushy", Pattern, expect, models, @@ -33,7 +32,7 @@ testPatternDrafting( // Test sampling testPatternSampling( - "{{name}}", + "octoplushy", Pattern, expect, models,