chore: Remove debug output from shared designs tests
This commit is contained in:
parent
9b182bc056
commit
4a451b2ebc
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ export const testPatternConfig = (Pattern) => {
|
|||
const draft = new Pattern({
|
||||
measurements: requested,
|
||||
}).draft()
|
||||
console.log(draft.setStores[0].logs)
|
||||
const missWarnings = draft.setStores[0].logs.warn.filter((w, i, a) => {
|
||||
return w.match(/tried to access `measurements/) && a.indexOf(w) === i
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue