Skip to content

Commit ae64408

Browse files
committed
remove comments
1 parent a91c912 commit ae64408

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,4 @@ public class MetricsAttribute : Attribute
142142
RaiseOnEmptyMetrics,
143143
CaptureColdStart
144144
);
145-
//
146-
// /// <summary>
147-
// /// Creates the handler.
148-
// /// </summary>
149-
// /// <returns>IMethodAspectHandler.</returns>
150-
// protected override IMethodAspectHandler CreateHandler()
151-
// {
152-
// return new MetricsAspectHandler
153-
// (
154-
// MetricsInstance,
155-
// CaptureColdStart
156-
// );
157-
// }
158145
}

0 commit comments

Comments
 (0)