remove the println

This commit is contained in:
Chris Lu 2014-04-22 23:10:01 -07:00
parent 1818a2a2da
commit 8c04c5ed5f

View file

@ -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()