Skip to content

Commit

Permalink
Removing print stack trace (apache#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored and rgdoliveira committed Apr 23, 2024
1 parent 4b18e35 commit bbcd2ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ public final void trigger(KogitoNodeInstance from, String type) {
}

protected void captureError(Exception e) {
e.printStackTrace();
logger.error("capture error", e);
getProcessInstance().setErrorState(this, e);
}
Expand Down

0 comments on commit bbcd2ca

Please sign in to comment.