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 {