Skip to content

Commit 4fbada5

Browse files
committed
remove comment
1 parent 8b25456 commit 4fbada5

File tree

1 file changed

+0
-1
lines changed
  • libraries/src/AWS.Lambda.Powertools.Metrics

1 file changed

+0
-1
lines changed

libraries/src/AWS.Lambda.Powertools.Metrics/Metrics.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ void IMetrics.PushSingleMetric(string name, double value, MetricUnit unit, strin
372372
? null
373373
: _powertoolsConfigurations.Service;
374374

375-
// var serviceTodAdd = parsedService ?? _context.GetService();
376375
if (!string.IsNullOrWhiteSpace(parsedService))
377376
{
378377
context.SetService(parsedService);

0 commit comments

Comments
 (0)