From 466cded8ba6306331a1ef76f9b3e33f373cb8a89 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期五, 29 五月 2020 16:36:46 +0800
Subject: [PATCH] fix

---
 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