mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 22:43:41 +08:00
remove the println
This commit is contained in:
parent
1818a2a2da
commit
8c04c5ed5f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user