Skip to content

Commit ba0456a

Browse files
authored
remove error message (#20623)
1 parent 01fa58a commit ba0456a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,11 +3726,6 @@ protected void addProperties(Map<String, Schema> properties, List<String> requir
37263726
}
37273727
}
37283728

3729-
for (String r : required) {
3730-
if (!properties.containsKey(r)) {
3731-
LOGGER.error("Required var {} not in properties", r);
3732-
}
3733-
}
37343729
return;
37353730
}
37363731

0 commit comments

Comments
 (0)