diff --git a/src/dex/pancakeswap-v3/pancakeswap-v3-pool.ts b/src/dex/pancakeswap-v3/pancakeswap-v3-pool.ts index 0709b7d57..1b09cb430 100644 --- a/src/dex/pancakeswap-v3/pancakeswap-v3-pool.ts +++ b/src/dex/pancakeswap-v3/pancakeswap-v3-pool.ts @@ -269,8 +269,6 @@ export class PancakeSwapV3EventPool extends StatefulEventSubscriber { this.logger.info( `PancakeV3: Setting state: ${!!state ? 'non-empty' : 'empty'} for ${ this.name - } ${ - this.addressesSubscribed[0] } for bn: '${blockNumber}' due to reason: '${ reason ?? 'outside_of_event_subscriber' }'`, diff --git a/src/dex/uniswap-v3/uniswap-v3-pool.ts b/src/dex/uniswap-v3/uniswap-v3-pool.ts index 9adcc630f..d15ccad84 100644 --- a/src/dex/uniswap-v3/uniswap-v3-pool.ts +++ b/src/dex/uniswap-v3/uniswap-v3-pool.ts @@ -273,8 +273,6 @@ export class UniswapV3EventPool extends StatefulEventSubscriber { this.logger.info( `UniV3: Setting state: '${!!state ? 'non-empty' : 'empty'}' for ${ this.name - } ${ - this.addressesSubscribed[0] } for bn: '${blockNumber}' due to reason: '${ reason ?? 'outside_of_event_subscriber' }'`,