aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/node.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-22 18:37:12 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-22 18:37:12 -0700
commite39e78ea8d1fd2bd4c7544ef6b158b9d59aa3ff7 (patch)
tree0e0718d68f1a9f5a210f935ead009cf93bad2cbe /weed/topology/node.go
parent3775211962f9595e9c00600d23ac841646a7b22a (diff)
downloadseaweedfs-e39e78ea8d1fd2bd4c7544ef6b158b9d59aa3ff7.tar.xz
seaweedfs-e39e78ea8d1fd2bd4c7544ef6b158b9d59aa3ff7.zip
remove println
Diffstat (limited to 'weed/topology/node.go')
-rw-r--r--weed/topology/node.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/topology/node.go b/weed/topology/node.go
index 32d9d5e60..114417edf 100644
--- a/weed/topology/node.go
+++ b/weed/topology/node.go
@@ -196,7 +196,6 @@ func (n *NodeImpl) UpAdjustMaxVolumeCountDelta(maxVolumeCountDelta int64) { //ca
return
}
atomic.AddInt64(&n.maxVolumeCount, maxVolumeCountDelta)
- println("node", n.Id(), "new max", n.maxVolumeCount, "delta", maxVolumeCountDelta)
if n.parent != nil {
n.parent.UpAdjustMaxVolumeCountDelta(maxVolumeCountDelta)
}