Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
twcrone committed Jul 13, 2021
1 parent 240e9b6 commit 7554d6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public DescribeLimitsResponse describeLimits(DescribeLimitsRequest describeLimit

@Trace
public TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) {
URI endpoint = clientConfiguration != null ? clientConfiguration.option(SdkClientOption.ENDPOINT) : null;
DynamoDBMetricUtil.metrics(NewRelic.getAgent().getTracedMethod(), "tagResource", tagResourceRequest.resourceArn(), getEndpoint());
return Weaver.callOriginal();
}
Expand Down

0 comments on commit 7554d6a

Please sign in to comment.