Skip to content

Commit

Permalink
Remove another debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas committed Jul 6, 2023
1 parent 46103ea commit 2dce236
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public void addOperation(BulkOperationWrapper bulkOperation) {
final Long documentLength = estimateBulkOperationSize(bulkOperation);

currentBulkSize += documentLength;
LOG.warn("Current bulk size: {}", currentBulkSize);

bulkRequestBuilder = bulkRequestBuilder.operations(bulkOperation.getBulkOperation());

Expand Down

0 comments on commit 2dce236

Please sign in to comment.