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