From 97509c7e606c94abdaf300e0c3e9ed7bfa50d19c Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Tue, 3 Dec 2024 16:39:43 -0800 Subject: [PATCH] remove unnecessary logging --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 0164064..7e50057 100644 --- a/src/index.ts +++ b/src/index.ts @@ -650,8 +650,6 @@ const main = async (): Promise => { const depth = Math.min(parseInt(adjustedDepth as string) ?? 1, 100); redisL2['bids'] = redisL2['bids']?.slice(0, depth); redisL2['asks'] = redisL2['asks']?.slice(0, depth); - console.log(redisL2['slot']); - console.log(SLOT_STALENESS_TOLERANCE); if ( redisL2 && dlobProvider.getSlot() - redisL2['slot'] < SLOT_STALENESS_TOLERANCE