Skip to content

Commit

Permalink
remove logging referenced objecrts (#1432) (#1433)
Browse files Browse the repository at this point in the history
(cherry picked from commit cbf5670)

Co-authored-by: James Jia <james@dydx.exchange>
  • Loading branch information
mergify[bot] and jiajames committed Apr 29, 2024
1 parent 3c785db commit 8738aa2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions indexer/services/roundtable/src/helpers/pnl-ticks-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,9 @@ export async function getPnlTicksCreateObjects(
at: 'pnl-ticks-helper#getPnlTicksCreateObjects',
message: 'Error when getting new pnl tick',
account,
transferMap: subaccountTotalTransfersMap[account],
openPositions: openPerpetualPositions[account],
netTransfers: netUsdcTransfers[account],
pnlTicksToBeCreatedAt,
blockHeight,
blockTime,
lastUpdatedFundingIndexMap: blockHeightToFundingIndexMap[
idToSubaccount[account].updatedAtHeight
],
currentFundingIndexMap,
});
}
});
Expand Down

0 comments on commit 8738aa2

Please sign in to comment.