Skip to content

Commit

Permalink
Stop serializing message to logger tags (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Jun 13, 2024
1 parent 43c96ea commit 35b2c9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion protocol/x/clob/keeper/msg_server_cancel_orders.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func (k Keeper) HandleMsgCancelOrder(
log.Callback, lib.TxMode(ctx),
log.BlockHeight, ctx.BlockHeight(),
log.Handler, log.CancelOrder,
log.Msg, msg,
)

defer func() {
Expand Down
1 change: 0 additions & 1 deletion protocol/x/clob/keeper/msg_server_place_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func (k Keeper) HandleMsgPlaceOrder(
log.Callback, lib.TxMode(ctx),
log.BlockHeight, ctx.BlockHeight(),
log.Handler, log.PlaceOrder,
log.Msg, msg,
)

if !isInternalOrder {
Expand Down

0 comments on commit 35b2c9f

Please sign in to comment.