Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Jul 31, 2024
1 parent 6221992 commit cf7f52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cf7f52e

Please sign in to comment.