From 865f3f63c11835726cc0c882156f16179e3499eb Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Wed, 16 Apr 2025 13:25:34 -0700 Subject: [PATCH] bump common and remove logging --- drift-common | 2 +- src/index.ts | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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) {