From e8fc6606dc89b163a8813880fdac860ce4cdf1b7 Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 20 Nov 2025 17:29:27 -0800 Subject: [PATCH] purge --- weed/wdclient/masterclient.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/weed/wdclient/masterclient.go b/weed/wdclient/masterclient.go index afbcbaa4b..43f8079cf 100644 --- a/weed/wdclient/masterclient.go +++ b/weed/wdclient/masterclient.go @@ -220,10 +220,6 @@ func (mc *MasterClient) tryConnectToMaster(ctx context.Context, master pb.Server return err } - // if resp.VolumeLocation != nil { - // glog.V(0).Infof("volume location: %+v", resp.VolumeLocation) - // } - if resp.VolumeLocation != nil { // Check for leader change during the stream // If master announces a new leader, reconnect to it