Skip to content

Commit 71751f9

Browse files
committed
Remove console.log line
1 parent 1c5cf44 commit 71751f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/specmap/all-of.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ describe('allOf', function () {
123123
},
124124
plugins: [plugins.refs, plugins.allOf]
125125
}).then((res) => {
126-
console.log('res', res.spec.Animal.properties)
127126
expect(res).toEqual({
128127
errors: [],
129128
spec: {

0 commit comments

Comments
 (0)