mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdhttp: remove sending log
This commit is contained in:
parent
f2d200a826
commit
146e447cea
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user