bump common and remove logging
This commit is contained in:
Submodule drift-common updated: ab538e0c1e...56331c89a2
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user