From 7e748804be8f39dd8451715fcfc9d0bf4d0bf38f Mon Sep 17 00:00:00 2001 From: wphan Date: Mon, 2 Dec 2024 17:46:43 -0800 Subject: [PATCH] remove log --- src/dlob-subscriber/DLOBSubscriberIO.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dlob-subscriber/DLOBSubscriberIO.ts b/src/dlob-subscriber/DLOBSubscriberIO.ts index c988219..89fd433 100644 --- a/src/dlob-subscriber/DLOBSubscriberIO.ts +++ b/src/dlob-subscriber/DLOBSubscriberIO.ts @@ -262,13 +262,6 @@ export class DLOBSubscriberIO extends DLOBSubscriber { asks: l2Formatted.asks.slice(0, 100), }); - console.log( - `bbo: ${l2Formatted['marketName']}`, - (+l2Formatted.bids[0].price / 1e6).toFixed(4), - '//', - (+l2Formatted.asks[0].price / 1e6).toFixed(4) - ); - this.redisClient.publish( `${clientPrefix}orderbook_${marketType}_${marketArgs.marketIndex}`, l2Formatted