From f7149310e816e243fbb5df3926f4f4a105be60e2 Mon Sep 17 00:00:00 2001 From: Newnius Date: Tue, 26 May 2020 10:35:10 +0800 Subject: [PATCH] bugfix --- src/resource_pool.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resource_pool.go b/src/resource_pool.go index 10ce203..93b4bd4 100644 --- a/src/resource_pool.go +++ b/src/resource_pool.go @@ -247,7 +247,6 @@ func (pool *ResourcePool) saveStatusHistory() { /* update node info */ func (pool *ResourcePool) update(node NodeStatus) { - log.Info("Update", node.ClientID) pool.poolsMu.Lock() defer pool.poolsMu.Unlock() segID := pool.getNodePool(node.ClientID)