fix(core): Removed debug statement in tests
This commit is contained in:
parent
6a8545d4b6
commit
6e2a0a33d9
1 changed files with 0 additions and 1 deletions
|
@ -725,7 +725,6 @@ it("Should retrieve the cutList", () => {
|
|||
const pattern = new Test()
|
||||
expect(JSON.stringify(pattern.getCutList())).to.equal(JSON.stringify({}))
|
||||
pattern.draft()
|
||||
console.log(pattern.parts.front.cut)
|
||||
const list = `{"front":{"grain":90,"materials":{"lining":{"cut":4,"identical":true}}}}`
|
||||
expect(JSON.stringify(pattern.getCutList())).to.equal(list)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue