Skip to content

Commit de21b05

Browse files
authored
Merge pull request #24 from thc202/rm-printstacktrace
Remove printStackTrace from Ant task
2 parents 2833734 + fefe835 commit de21b05

File tree

1 file changed

+0
-1
lines changed
  • subprojects/zap-clientapi-ant/src/main/java/org/zaproxy/clientapi/ant

1 file changed

+0
-1
lines changed

subprojects/zap-clientapi-ant/src/main/java/org/zaproxy/clientapi/ant/StopZapTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public void execute() throws BuildException {
2828
try {
2929
this.getClientApi().core.shutdown(null);
3030
} catch (Exception e) {
31-
e.printStackTrace();
3231
throw new BuildException(e);
3332
}
3433
}

0 commit comments

Comments
 (0)