diff options
Diffstat (limited to 'weed/topology/node.go')
| -rw-r--r-- | weed/topology/node.go | 1 |
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) } |
