diff --git a/internal/state/execution.go b/internal/state/execution.go index 3c2fb2b89..ea4806c36 100644 --- a/internal/state/execution.go +++ b/internal/state/execution.go @@ -102,7 +102,6 @@ func (blockExec *BlockExecutor) CreateProposalBlock( commit := lastExtCommit.StripExtensions() block := state.MakeBlock(height, txs, commit, evidence, proposerAddr) - fmt.Printf("height = %d, lastExtCommit.Height = %d\n", height, lastExtCommit.Height) rpp, err := blockExec.appClient.PrepareProposal( ctx, &abci.RequestPrepareProposal{