diff --git a/raft.go b/raft.go index 56902579d..879e91dbf 100644 --- a/raft.go +++ b/raft.go @@ -300,7 +300,6 @@ func (sm *stateMachine) step(m Message) { case stateCandidate: switch m.Type { case msgApp: - println("lost to appendEnts") sm.becomeFollower(sm.term, m.From) handleAppendEntries() case msgVoteResp: