Remove wrong comment

This commit is contained in:
ekzyis 2023-09-09 22:52:50 +02:00
parent 0302c3fcba
commit 04f3feaf8c

View File

@ -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)
}
}