removing unused code

This commit is contained in:
Steve Smith
2017-03-22 21:44:40 -04:00
parent 6d874ee3ef
commit d48d8bf24d
2 changed files with 0 additions and 3 deletions

View File

@@ -6,8 +6,6 @@ using System;
using System.IO; using System.IO;
using System.Threading.Tasks; 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 namespace Microsoft.eShopWeb.Controllers
{ {
public class CatalogController : Controller public class CatalogController : Controller

View File

@@ -33,7 +33,6 @@ namespace Microsoft.eShopWeb
{ {
try try
{ {
var text = Configuration["ConnectionString"];
c.UseSqlServer(Configuration["ConnectionString"]); c.UseSqlServer(Configuration["ConnectionString"]);
c.ConfigureWarnings(wb => c.ConfigureWarnings(wb =>
{ {