From cf7f52e8ee42ed10566e370645826a49b223ee68 Mon Sep 17 00:00:00 2001 From: Anh Minh <1phamminh0811@gmail.com> Date: Wed, 31 Jul 2024 12:54:30 +0700 Subject: [PATCH] remove redundant log --- baseapp/baseapp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/baseapp/baseapp.go b/baseapp/baseapp.go index 8d2c3e331883..3d56d15ef2c6 100644 --- a/baseapp/baseapp.go +++ b/baseapp/baseapp.go @@ -757,7 +757,6 @@ func (app *BaseApp) runTx(mode runTxMode, txBytes []byte) (gInfo sdk.GasInfo, re // We clear this to correctly order events without duplicates. // Note that the state is still preserved. postCtx := runMsgCtx.WithEventManager(sdk.NewEventManager()) - fmt.Println("postCtx taxgas meter: ", postCtx.TaxGasMeter().GasConsumed()) newCtx, err := app.postHandler(postCtx, tx, mode == runTxModeSimulate, err == nil) if err != nil {