1
0
Fork 0

chore: Remove debug output from shared designs tests

This commit is contained in:
joostdecock 2024-04-28 16:58:27 +02:00
parent 9b182bc056
commit 4a451b2ebc

View file

@ -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
})