Skip to content

Commit

Permalink
feat(imp):[#214] remove superfluous log
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Feb 2, 2024
1 parent 0cfba0f commit ae79585
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public <T> CompletableFuture<T> getFastestResult(final List<CompletableFuture<T>

overallFuture.completeExceptionally(new CompletionExceptions("None successful", exceptions));
} else {
log.debug("Completing");
overallFuture.complete(null);
}
});
Expand Down

0 comments on commit ae79585

Please sign in to comment.