Skip to content

Commit

Permalink
chore(quality): [#xxx] remove obsolete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 29, 2024
1 parent 84aa7d9 commit 1ea18d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public <T> CompletableFuture<T> getFastestResult(final List<CompletableFuture<T>

if (ex != null) {
log.warn("All failed: " + System.lineSeparator()
// TODO (#538) can we remove logging here and log only up in call hierarchy
+ exceptions.stream()
.map(ExceptionUtils::getStackTrace)
.collect(Collectors.joining(System.lineSeparator())), ex);
Expand Down

0 comments on commit 1ea18d6

Please sign in to comment.