mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 11:56:15 +00:00
remove print statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user