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 43c88f5 commit acf2c8cCopy full SHA for acf2c8c
modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/DefaultGenerator.java
@@ -67,9 +67,6 @@ public List<File> generate() {
67
config.additionalProperties().put("appVersion", info.getVersion());
68
}
69
if (info.getDescription() != null) {
70
- System.out.println(info.getDescription());
71
- System.out.println("escaped");
72
- System.out.println(config.escapeText(info.getDescription()));
73
config.additionalProperties().put("appDescription",
74
config.escapeText(info.getDescription()));
75
0 commit comments