mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 05:50:19 +00:00
Remove debug log
Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user