fix(comment): remove todo

This commit is contained in:
Eason Lin 2017-07-05 22:50:33 +08:00
parent e4fd80c627
commit 71d3ae4f92
1 changed files with 0 additions and 1 deletions

1
gin.go
View File

@ -345,7 +345,6 @@ func (engine *Engine) handleHTTPRequest(context *Context) {
}
}
// TODO: unit test
if engine.HandleMethodNotAllowed {
for _, tree := range engine.trees {
if tree.method != httpMethod {