mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
remove the println
This commit is contained in:
@@ -310,8 +310,6 @@ func (s *Store) Join() (masterNode string, e error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
println("join data size", len(data))
|
||||
|
||||
jsonBlob, err := util.PostBytes("http://"+masterNode+"/dir/join", data)
|
||||
if err != nil {
|
||||
s.masterNodes.reset()
|
||||
|
Reference in New Issue
Block a user