Skip to content

Commit

Permalink
Revert "Logging"
Browse files Browse the repository at this point in the history
This reverts commit 8722162.

Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Oct 10, 2023
1 parent a20375c commit 797e55d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ public int handleExecutionException(
final CommandLine.ParseResult parseResult) {
final CommandSpec spec = commandLine.getCommandSpec();
commandLine.getErr().println(ex);
// TODO SLD
commandLine.getErr().println(ex.getCause());
ex.printStackTrace(commandLine.getErr());
return commandLine.getExitCodeExceptionMapper() != null
? commandLine.getExitCodeExceptionMapper().getExitCode(ex)
: spec.exitCodeOnExecutionException();
Expand Down

0 comments on commit 797e55d

Please sign in to comment.