fdb5672b by astaxie

beego:delete debug information

1 parent 107a7a21
Showing 1 changed file with 0 additions and 3 deletions
......@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!