Browse Source

Merge pull request #979 from easonlin404/fix-comment

fix(comment): remove todo
Javier Provecho Fernandez 8 years ago
parent
commit
2521d8246d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gin.go

+ 0 - 1
gin.go

@@ -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 {