1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-17 17:13:33 +00:00

beego:delete debug information

This commit is contained in:
astaxie 2014-06-10 18:10:32 +08:00
parent 107a7a21c0
commit fdb5672b7a

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