From a880bd4433f19909b3676d168ac06671e74c0f8e Mon Sep 17 00:00:00 2001 From: Marto Date: Thu, 29 Feb 2024 19:27:03 +0200 Subject: [PATCH] Remove logs --- tests/test_consensus_state_machine.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_consensus_state_machine.nim b/tests/test_consensus_state_machine.nim index b401fba..4021618 100644 --- a/tests/test_consensus_state_machine.nim +++ b/tests/test_consensus_state_machine.nim @@ -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