Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
James Eastham committed Dec 8, 2022
1 parent 1ba260b commit 74e0e2e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ namespace Amazon.Lambda.AspNetCoreServer.Internal
/// </summary>
public static class Utilities
{
// private static ILambdaSerializer _serializer;
//
// public static ILambdaSerializer Serializer
// {
// get { return _serializer ??= new DefaultLambdaJsonSerializer(); }
// set => _serializer = value;
// }

public static void EnsureLambdaServerRegistered(IServiceCollection services)
{
EnsureLambdaServerRegistered(services, typeof(LambdaServer));
Expand Down

0 comments on commit 74e0e2e

Please sign in to comment.