From 597ce2c87b4837bd10c2d13fdfc84567347f5578 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期五, 06 十二月 2019 20:42:13 +0800 Subject: [PATCH] change RuleApply2All arg --- cache/cache.go | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cache/cache.go b/cache/cache.go index 0e99d4d..65ca7d7 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -32,7 +32,6 @@ peers, _ := client.Peers() for b := range peers{ - logger.Debug("peerMsg:",b) updateData(b) } } -- Gitblit v1.8.0