Blake Mizerany 11 лет назад
Родитель
Сommit
8353340697
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      raft.go

+ 0 - 1
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: