Skip to content

Commit

Permalink
MEX-658: remove logging message
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Jan 21, 2025
1 parent baf67b2 commit 7a54b95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/crons/aws.query.cache.warmer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ export class AWSQueryCacheWarmerService {
const timestampsSetCompleteValues = new Set<string>();

for (const pairAddress of pairsAddresses) {
const index = pairsAddresses.indexOf(pairAddress);
console.log(`pair ${index} / ${pairsAddresses.length}`);

const currentLockedValueUSD = await this.pairCompute.lockedValueUSD(
pairAddress,
);
Expand Down

0 comments on commit 7a54b95

Please sign in to comment.