Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greco committed Nov 8, 2023
1 parent 4b0d1e1 commit fdf20d6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +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 fdf20d6

Please sign in to comment.