aboutsummaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
Diffstat (limited to 'routers')
-rw-r--r--routers/web/web.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/web/web.go b/routers/web/web.go
index 2796904cee..e35ccb5aab 100644
--- a/routers/web/web.go
+++ b/routers/web/web.go
@@ -189,7 +189,6 @@ func RegisterRoutes(m *web.Route) {
ignSignInAndCsrf := context.Toggle(&context.ToggleOptions{DisableCSRF: true})
reqSignOut := context.Toggle(&context.ToggleOptions{SignOutRequired: true})
- //bindIgnErr := binding.BindIgnErr
bindIgnErr := web.Bind
validation.AddBindingRules()