fix redundant output (#290)

Co-authored-by: NingLin-P <linningde25@gmail.com>
This commit is contained in:
ZhaolongLi 2021-09-13 15:09:25 +08:00 committed by GitHub
parent ec7131ba7d
commit 802b1880d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,8 +552,6 @@ func TestProposal2AB(t *testing.T) {
if g := diffu(base, l); g != "" {
t.Errorf("#%d: diff:\n%s", i, g)
}
} else {
t.Logf("#%d: empty log", i)
}
}
sm := tt.network.peers[1].(*Raft)