Skip to content

Commit de62ec5

Browse files
fix: remove debug log
1 parent 059d6d9 commit de62ec5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/spectral/ipa/rulesets/functions/IPA125OneOfSchemaPropertySameType.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function checkViolationsAndReturnErrors(schemas, path) {
4848
propertiesAcrossMultipleOneOf.forEach(({ propertyKey, propertySchemas }) => {
4949
// Check schemas for properties of the same name have the same type/schema
5050
if (!hasSameType(propertySchemas)) {
51-
console.log('Error for', propertyKey, 'with values', propertySchemas);
5251
errors.push({
5352
path,
5453
message: `Property '${propertyKey}' has different types or schemas in oneOf items.`,

0 commit comments

Comments
 (0)