etcdhttp: remove sending log

This commit is contained in:
Blake Mizerany 2014-09-02 20:49:07 -07:00 committed by Yicheng Qin
parent f2d200a826
commit 146e447cea

View File

@ -86,8 +86,6 @@ func Sender(p Peers) func(msgs []raftpb.Message) {
url += "/raft"
log.Printf("etcdserver: sending to %d@%s", m.To, url)
// TODO: don't block. we should be able to have 1000s
// of messages out at a time.
data, err := m.Marshal()