Skip to content

Commit

Permalink
Remove printStackTrace deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Dec 19, 2024
1 parent 299afe3 commit dbbdaf3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ public void run() {
log.error("IllegalStateException retrieving page: {}", e.getMessage());
} catch (Exception e) {
log.error("Generic exception retrieving page: {}", e.getMessage());
e.printStackTrace();
}
}

Expand Down

0 comments on commit dbbdaf3

Please sign in to comment.