diff --git a/BinaryDad.AacpsBusAlert.Web/Controllers/HomeController.cs b/BinaryDad.AacpsBusAlert.Web/Controllers/HomeController.cs index c79c58f..89fe2c7 100644 --- a/BinaryDad.AacpsBusAlert.Web/Controllers/HomeController.cs +++ b/BinaryDad.AacpsBusAlert.Web/Controllers/HomeController.cs @@ -8,13 +8,11 @@ namespace BinaryDad.AacpsBusAlert.Web.Controllers { public class HomeController : Controller { - private readonly ILogger logger; private readonly IBusRouteService busRouteService; private readonly IUserService userService; - public HomeController(ILogger logger, IBusRouteService busRouteService, IUserService userService) + public HomeController(IBusRouteService busRouteService, IUserService userService) { - this.logger = logger; this.busRouteService = busRouteService; this.userService = userService; } @@ -38,11 +36,6 @@ namespace BinaryDad.AacpsBusAlert.Web.Controllers return View(summary); } - public IActionResult Privacy() - { - return View(); - } - [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] public IActionResult Error() { diff --git a/BinaryDad.AacpsBusAlert.Web/Views/Shared/_Layout.cshtml b/BinaryDad.AacpsBusAlert.Web/Views/Shared/_Layout.cshtml index 2f5b97b..c0e246e 100644 --- a/BinaryDad.AacpsBusAlert.Web/Views/Shared/_Layout.cshtml +++ b/BinaryDad.AacpsBusAlert.Web/Views/Shared/_Layout.cshtml @@ -22,9 +22,6 @@ - @@ -36,11 +33,6 @@ -
-
- © 2022 - School Bus Checker - Privacy -
-