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 ...@@ -226,9 +226,6 @@ func (leaf *leafInfo) match(wildcardValues []string) (ok bool, params map[string
226 j += 1 226 j += 1
227 } 227 }
228 if len(params) != len(wildcardValues) { 228 if len(params) != len(wildcardValues) {
229 Info(params)
230 Info(wildcardValues)
231 Error("bug of router")
232 return false, nil 229 return false, nil
233 } 230 }
234 return true, params 231 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!