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