beego:delete debug information
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 | ... | ... |
-
Please register or sign in to post a comment