From d48d8bf24dee8f5d5c6833c71bddfb037cb2057a Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 22 Mar 2017 21:44:40 -0400 Subject: [PATCH] removing unused code --- src/Web/Controllers/CatalogController.cs | 2 -- src/Web/Startup.cs | 1 - 2 files changed, 3 deletions(-) diff --git a/src/Web/Controllers/CatalogController.cs b/src/Web/Controllers/CatalogController.cs index ca95400..25d50ae 100644 --- a/src/Web/Controllers/CatalogController.cs +++ b/src/Web/Controllers/CatalogController.cs @@ -6,8 +6,6 @@ using System; using System.IO; using System.Threading.Tasks; -// For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 - namespace Microsoft.eShopWeb.Controllers { public class CatalogController : Controller diff --git a/src/Web/Startup.cs b/src/Web/Startup.cs index c26a38b..08c3149 100644 --- a/src/Web/Startup.cs +++ b/src/Web/Startup.cs @@ -33,7 +33,6 @@ namespace Microsoft.eShopWeb { try { - var text = Configuration["ConnectionString"]; c.UseSqlServer(Configuration["ConnectionString"]); c.ConfigureWarnings(wb => {