mirror of
https://github.com/astaxie/beego.git
synced 2024-11-16 19:10:55 +00:00
beego:delete debug information
This commit is contained in:
parent
107a7a21c0
commit
fdb5672b7a
3
tree.go
3
tree.go
@ -226,9 +226,6 @@ func (leaf *leafInfo) match(wildcardValues []string) (ok bool, params map[string
|
|||||||
j += 1
|
j += 1
|
||||||
}
|
}
|
||||||
if len(params) != len(wildcardValues) {
|
if len(params) != len(wildcardValues) {
|
||||||
Info(params)
|
|
||||||
Info(wildcardValues)
|
|
||||||
Error("bug of router")
|
|
||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
return true, params
|
return true, params
|
||||||
|
Loading…
Reference in New Issue
Block a user