diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-04-22 23:10:01 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-04-22 23:10:01 -0700 |
| commit | 8c04c5ed5f3fb8886632ca5111ca8c27317c0e3f (patch) | |
| tree | 8b607a730e65a4f602b7c066cf2b4ed9b867b92c | |
| parent | 1818a2a2da412710f57d58f0228009f782b760af (diff) | |
| download | seaweedfs-8c04c5ed5f3fb8886632ca5111ca8c27317c0e3f.tar.xz seaweedfs-8c04c5ed5f3fb8886632ca5111ca8c27317c0e3f.zip | |
remove the println
| -rw-r--r-- | go/storage/store.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/go/storage/store.go b/go/storage/store.go index 54764cc56..a9ad88661 100644 --- a/go/storage/store.go +++ b/go/storage/store.go @@ -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() |
