diff --git a/drift-common b/drift-common index ab538e0..56331c8 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit ab538e0c1efbf64a3dfecf2af16e5a75aab81400 +Subproject commit 56331c89a2285a04cc86a639e0fceeda03366f43 diff --git a/src/index.ts b/src/index.ts index d383fab..6fc4c8b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -548,11 +548,6 @@ const main = async (): Promise => { }_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`, selectMostRecentBySlot ); - console.log( - `last_update_orderbook_${ - isSpot ? 'spot' : 'perp' - }_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}` - ); const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100); let cacheMiss = true; if (redisL2) {