mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue