Skip to content

Commit 516f0f2

Browse files
committed
Remove console line
1 parent 24b4b94 commit 516f0f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/validation/structural-validation/validator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export function validate({ jsSpec, specStr, settings = {} }) {
1212
settings.schemas.forEach(schema => validator.addSchema(schema))
1313
return validator.validate(jsSpec, settings.testSchema || {})
1414
.errors.map(err => {
15-
console.log("validation error", err)
1615
return {
1716
level: "error",
1817
line: getLineNumberForPath(specStr, transformPathToArray(err.property, jsSpec) || []),

0 commit comments

Comments
 (0)