remove print statement

This commit is contained in:
William Banfield
2021-12-03 09:55:46 -05:00
parent 60e6cdd733
commit 3836c96d70
-1
View File
@@ -1207,7 +1207,6 @@ func (cs *State) defaultDecideProposal(height int64, round int32) {
ctx, cancel := context.WithTimeout(context.TODO(), cs.config.TimeoutPropose)
defer cancel()
if err := cs.privValidator.SignProposal(ctx, cs.state.ChainID, p); err == nil {
fmt.Printf("signed the proposal with time %v for height %d\n", block.Header.Time, block.Height)
proposal.Signature = p.Signature
// send proposal and block parts on internal msg queue