Skip to content

Commit 675347d

Browse files
committed
removed print
1 parent 8f7d62e commit 675347d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/swagger/codegen/v3/generators/java/AbstractJavaCodegen.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ public String toParamName(String name) {
600600
public String toModelName(final String name) {
601601
// We need to check if import-mapping has a different model for this class, so we use it
602602
// instead of the auto-generated one.
603-
System.out.println("getIgnoreImportMapping() => " + getIgnoreImportMapping());
604603

605604
if (!getIgnoreImportMapping() && importMapping.containsKey(name)) {
606605
return importMapping.get(name);

0 commit comments

Comments
 (0)