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