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 => {