Skip to content

Commit

Permalink
one more debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfung-dydx committed Feb 29, 2024
1 parent 7a18cc4 commit 48a824c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocol/x/clob/ante/clob.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package ante

import (
"fmt"

errorsmod "cosmossdk.io/errors"
"github.com/cometbft/cometbft/crypto/tmhash"
cometbftlog "github.com/cometbft/cometbft/libs/log"
Expand Down Expand Up @@ -46,7 +44,6 @@ func (cd ClobDecorator) AnteHandle(
simulate bool,
next sdk.AnteHandler,
) (sdk.Context, error) {
fmt.Printf("ante handler called, %+v\n\n%+v\n\n", tx.GetMsgs(), tx)
// No need to process during `DeliverTx` or simulation, call next `AnteHandler`.
if lib.IsDeliverTxMode(ctx) || simulate {
return next(ctx, tx, simulate)
Expand Down

0 comments on commit 48a824c

Please sign in to comment.