Skip to content

Commit

Permalink
Remove System.err
Browse files Browse the repository at this point in the history
  • Loading branch information
vrossellotravelc authored and frantuma committed Nov 12, 2023
1 parent c74d280 commit bfd25e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ public Schema resolve(AnnotatedType annotatedType, ModelConverterContext context
}

for(String propName : requiredProps) {
System.err.println("XXX PROPS " + propName);
addRequiredItem(model, propName);
}
}
Expand Down

0 comments on commit bfd25e2

Please sign in to comment.