We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7d62e commit 675347dCopy full SHA for 675347d
src/main/java/io/swagger/codegen/v3/generators/java/AbstractJavaCodegen.java
@@ -600,7 +600,6 @@ public String toParamName(String name) {
600
public String toModelName(final String name) {
601
// We need to check if import-mapping has a different model for this class, so we use it
602
// instead of the auto-generated one.
603
- System.out.println("getIgnoreImportMapping() => " + getIgnoreImportMapping());
604
605
if (!getIgnoreImportMapping() && importMapping.containsKey(name)) {
606
return importMapping.get(name);
0 commit comments