Remove extra ActionLog for createlog
This commit is contained in:
@@ -28,7 +28,6 @@ namespace MileageTraker.Web.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
[ActionLog]
|
|
||||||
public ActionResult Index(CreateLogViewModel model)
|
public ActionResult Index(CreateLogViewModel model)
|
||||||
{
|
{
|
||||||
if (ModelState.IsValid)
|
if (ModelState.IsValid)
|
||||||
|
|||||||
Reference in New Issue
Block a user