Browse Source

wip:删除打印

wangkaiyue 1 year ago
parent
commit
3aeaebc35e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/proxy/filterPoly/manager.go

+ 0 - 1
core/proxy/filterPoly/manager.go

@@ -47,7 +47,6 @@ func (receiver *Manager) initCache() {
 
 // AddRule 添加规则
 func (receiver *Manager) AddRule(code string, rule *ReqRule) {
-	g.Dump(rule)
 	receiver.data[code] = &ReqFilterPoly{
 		Code: code,
 		Rule: rule,