cleanup vari di if false

This commit is contained in:
Samuele Locatelli
2022-03-04 11:44:45 +01:00
parent 4245a33f7f
commit 99f5c0b9dd
15 changed files with 3 additions and 578 deletions
-9
View File
@@ -17,14 +17,5 @@ namespace MP_MAG.Controllers
}
#endregion Public Methods
#if false
public ActionResult Index()
{
ViewBag.Title = "Home Page";
return View();
}
#endif
}
}