beego:delete debug information

This commit is contained in:
astaxie 2014-06-10 18:10:32 +08:00
parent 107a7a21c0
commit fdb5672b7a
1 changed files with 0 additions and 3 deletions

View File

@ -226,9 +226,6 @@ func (leaf *leafInfo) match(wildcardValues []string) (ok bool, params map[string
j += 1
}
if len(params) != len(wildcardValues) {
Info(params)
Info(wildcardValues)
Error("bug of router")
return false, nil
}
return true, params