Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hjgraca committed Mar 7, 2025
1 parent 8b25456 commit 4fbada5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/src/AWS.Lambda.Powertools.Metrics/Metrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ void IMetrics.PushSingleMetric(string name, double value, MetricUnit unit, strin
? null
: _powertoolsConfigurations.Service;

// var serviceTodAdd = parsedService ?? _context.GetService();
if (!string.IsNullOrWhiteSpace(parsedService))
{
context.SetService(parsedService);
Expand Down

0 comments on commit 4fbada5

Please sign in to comment.