Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlidd committed Feb 6, 2025
1 parent 6263c6e commit c9b2cc5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ public <C> void inject(
int currentBytes = 0;
int maxItems = config.getTraceBaggageMaxItems();
int maxBytes = config.getTraceBaggageMaxBytes();
int currentCharacters = 0;
int maxSafeCharacters = maxBytes / MAX_CHARACTER_SIZE;
for (final Map.Entry<String, String> entry : context.baggageItems()) {
if (processedBaggage >= maxItems) {
break;
Expand Down

0 comments on commit c9b2cc5

Please sign in to comment.