bump common and remove logging

This commit is contained in:
Nour Alharithi
2025-04-16 13:25:34 -07:00
parent dcb8257c49
commit 865f3f63c1
2 changed files with 1 additions and 6 deletions

View File

@@ -548,11 +548,6 @@ const main = async (): Promise<void> => {
}_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`, }_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`,
selectMostRecentBySlot selectMostRecentBySlot
); );
console.log(
`last_update_orderbook_${
isSpot ? 'spot' : 'perp'
}_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`
);
const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100); const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100);
let cacheMiss = true; let cacheMiss = true;
if (redisL2) { if (redisL2) {