providers/http: Remove unnecessary FIXME
This commit is contained in:
parent
79ac18c8c3
commit
32d10ef7c6
@ -53,7 +53,6 @@ func funcRedirect (status int, pat string) (string, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func funcParseForm (req *http.Request) url.Values {
|
func funcParseForm (req *http.Request) url.Values {
|
||||||
// FIXME there is already a parse form method lol this can be removed
|
|
||||||
err := req.ParseForm()
|
err := req.ParseForm()
|
||||||
if err != nil { return nil }
|
if err != nil { return nil }
|
||||||
return req.Form
|
return req.Form
|
||||||
|
Loading…
Reference in New Issue
Block a user