From 630ec2591dd67b7d8e30eb9d8c9a8e76ac3bdd2a Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Sat, 7 May 2022 09:59:45 -0400 Subject: [PATCH] Remove debug log Signed-off-by: Thane Thomson --- internal/state/execution.go | 1 - 1 file changed, 1 deletion(-) 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{