From 3c95bab2d55ec785f1cd50d7cff6967d97a08811 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 22 May 2017 21:00:11 -0400 Subject: I think Ash is getting to me. --- Project-Unite/Views/Admin/Index.cshtml | 1 - 1 file changed, 1 deletion(-) (limited to 'Project-Unite/Views') diff --git a/Project-Unite/Views/Admin/Index.cshtml b/Project-Unite/Views/Admin/Index.cshtml index 378983e..27e10bb 100644 --- a/Project-Unite/Views/Admin/Index.cshtml +++ b/Project-Unite/Views/Admin/Index.cshtml @@ -4,7 +4,6 @@ @{ ViewBag.Title = "Administration Control Panel"; - var db = new ApplicationDbContext(); string homeclass = (ViewBag.Page == "home") ? "active" : ""; string siteconfigclass = (ViewBag.Page == "siteconfig") ? "active" : ""; -- cgit v1.2.3