fix consensus tests

This commit is contained in:
Ethan Buchman
2018-04-05 17:54:26 +03:00
parent 45ec5fd170
commit 799beebd36
5 changed files with 8 additions and 9 deletions

View File

@@ -113,7 +113,6 @@ func (wal *baseWAL) OnStop() {
// called in newStep and for each pass in receiveRoutine
func (wal *baseWAL) Save(msg WALMessage) {
fmt.Println("!!", 1)
if wal == nil {
return
}