Skip to content

Commit

Permalink
Remove printStackTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jun 12, 2023
1 parent e5ac614 commit 85adaff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ public StringBuilder getStringBuilder() {
}

public void reportProblem(RuntimeException problem) {
problem.printStackTrace();
problems.add(new Problem(problem.toString()));
}

Expand Down

0 comments on commit 85adaff

Please sign in to comment.