diff --git a/protocol/x/clob/keeper/orders.go b/protocol/x/clob/keeper/orders.go index 3c493407ce..a1119e949b 100644 --- a/protocol/x/clob/keeper/orders.go +++ b/protocol/x/clob/keeper/orders.go @@ -962,9 +962,6 @@ func (k Keeper) AddOrderToOrderbookCollatCheck( // Retrieve the associated `PerpetualId` for the `ClobPair`. perpetualId := clobPair.MustGetPerpetualId() - // TODO(DEC-1713): Complete as many calculations from getPessimisticCollateralCheckPrice as possible here - // so we aren't recalculating the same thing within the loop. - iterateOverOpenOrdersStart := time.Now() for subaccountId, openOrders := range subaccountOpenOrders { telemetry.SetGauge(