Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Jun 30, 2021
1 parent 296f649 commit f5805d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ OUTER:
ok := false
for _, item := range target {
ok = item.urlMatches(node, &matchAllParams)
log.Infof(">>>>>>>>>> %s matches %s: %+v",
string(item.node.value),
string(node.value),
ok)
if ok {
matchedIdx = idx
matchesItem = item
Expand Down

0 comments on commit f5805d2

Please sign in to comment.