diff --git a/src/router.go b/src/router.go index 13c79a2..3d0172a 100644 --- a/src/router.go +++ b/src/router.go @@ -116,7 +116,6 @@ func sessionHandler(next echo.HandlerFunc) echo.HandlerFunc { } else if err != sql.ErrNoRows { c.Logger().Error(err) } - // session not found return next(c) } }