Skip to content

Commit e1afe7d

Browse files
committed
remove println
1 parent 380d8c1 commit e1afe7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JavaClientCodegen.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import io.swagger.models.parameters.FormParameter;
1010
import io.swagger.models.parameters.Parameter;
1111
import io.swagger.models.properties.*;
12-
import io.swagger.util.Json;
1312
import org.apache.commons.lang.StringUtils;
1413
import org.slf4j.Logger;
1514
import org.slf4j.LoggerFactory;
@@ -114,9 +113,6 @@ public String getHelp() {
114113
public void processOpts() {
115114
super.processOpts();
116115

117-
Json.prettyPrint("additional properties");
118-
Json.prettyPrint(additionalProperties);
119-
120116
if (additionalProperties.containsKey(CodegenConstants.INVOKER_PACKAGE)) {
121117
this.setInvokerPackage((String) additionalProperties.get(CodegenConstants.INVOKER_PACKAGE));
122118
} else {

0 commit comments

Comments
 (0)