Skip to content

Commit 1920284

Browse files
authored
Merge pull request #11018 from urchy/feature/11016_unnecessary_printSackTrace
remove printStackTrace() from processOperation
2 parents 021c81f + 738274f commit 1920284

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/DefaultGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,6 @@ private void processOperation(String resourcePath, String httpMethod, Operation
922922
codegenOperation.getVendorExtensions().put(CodegenConstants.HAS_AUTH_METHODS_EXT_NAME, Boolean.TRUE);
923923
}
924924
} catch (Exception ex) {
925-
ex.printStackTrace();
926925
String msg = "Could not process operation:\n" //
927926
+ " Tag: " + tag + "\n"//
928927
+ " Operation: " + operation.getOperationId() + "\n" //

0 commit comments

Comments
 (0)