Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greco committed Nov 8, 2023
1 parent 8432f80 commit 385d3ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ private void validateFetchedConnectonPool(StreamWriter.Builder builder) {
if (!Objects.equals(
this.singleConnectionOrConnectionPool.connectionWorkerPool().getTraceId(),
builder.traceId)) {
log.info(String.format("first: %s, second: %s", this.singleConnectionOrConnectionPool.connectionWorkerPool().getTraceId(), builder.traceId));
paramsValidatedFailed = "Trace id";
} else if (!Objects.equals(
this.singleConnectionOrConnectionPool.connectionWorkerPool().limitExceededBehavior(),
Expand Down

0 comments on commit 385d3ea

Please sign in to comment.