mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-28 16:22:15 +00:00
consensus: remove log stmt. closes #987
This commit is contained in:
parent
6c39c77fc5
commit
289d92c97d
@ -646,7 +646,6 @@ OUTER_LOOP:
|
|||||||
// Load the block commit for prs.Height,
|
// Load the block commit for prs.Height,
|
||||||
// which contains precommit signatures for prs.Height.
|
// which contains precommit signatures for prs.Height.
|
||||||
commit := conR.conS.blockStore.LoadBlockCommit(prs.Height)
|
commit := conR.conS.blockStore.LoadBlockCommit(prs.Height)
|
||||||
logger.Info("Loaded BlockCommit for catch-up", "height", prs.Height, "commit", commit)
|
|
||||||
if ps.PickSendVote(commit) {
|
if ps.PickSendVote(commit) {
|
||||||
logger.Debug("Picked Catchup commit to send", "height", prs.Height)
|
logger.Debug("Picked Catchup commit to send", "height", prs.Height)
|
||||||
continue OUTER_LOOP
|
continue OUTER_LOOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user