浏览代码

Merge pull request #979 from easonlin404/fix-comment

fix(comment): remove todo
Javier Provecho Fernandez 8 年之前
父节点
当前提交
2521d8246d
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {