Remove logs

This commit is contained in:
Marto 2024-02-29 19:27:03 +02:00
parent 5bba48662c
commit a880bd4433
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ proc consensusstatemachineMain*() =
timeNow += 500.milliseconds
sm.tick(timeNow)
output = sm.poll()
echo output
check output.logEntries.len == 0
# When the node became a leader it will produce empty message in the log
# and because we have single node cluster the node will commit that entry immediately