From 1473914cd8a0c70e08e834ea8b912d0b9d105531 Mon Sep 17 00:00:00 2001 From: Jay Yu <103467857+jayy04@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:07:18 -0500 Subject: [PATCH] remove comments --- protocol/x/clob/keeper/orders.go | 3 --- 1 file changed, 3 deletions(-) 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(