From 3622c376a8d55e3aca83a0cca85fa9165dc18668 Mon Sep 17 00:00:00 2001 From: Vijay Bikka Date: Tue, 26 Nov 2019 23:30:44 -0800 Subject: [PATCH] Cleanup commented code --- src/Services/Basket/Basket.API/Startup.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Services/Basket/Basket.API/Startup.cs b/src/Services/Basket/Basket.API/Startup.cs index a53cd2dcc..9cfabf20a 100644 --- a/src/Services/Basket/Basket.API/Startup.cs +++ b/src/Services/Basket/Basket.API/Startup.cs @@ -24,8 +24,6 @@ using Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.EventHan using Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.Events; using Microsoft.eShopOnContainers.Services.Basket.API.Model; using Microsoft.eShopOnContainers.Services.Basket.API.Services; -using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.BuyerAggregate; -using Microsoft.eShopOnContainers.Services.Ordering.Infrastructure.Repositories; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Diagnostics.HealthChecks; @@ -172,7 +170,6 @@ namespace Microsoft.eShopOnContainers.Services.Basket.API services.AddSingleton(); services.AddTransient(); services.AddTransient(); - //services.AddTransient(); services.AddOptions();