Skip to content

Commit

Permalink
Stop serializing message to logger tags (backport #1690) (#1694)
Browse files Browse the repository at this point in the history
Co-authored-by: roy-dydx <[email protected]>
  • Loading branch information
mergify[bot] and roy-dydx authored Jun 13, 2024
1 parent 0266b69 commit e932395
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 e932395

Please sign in to comment.