Skip to content

Commit

Permalink
fix: remove log erc20Activitties
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 authored Sep 10, 2024
1 parent f19b374 commit f7013a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/services/evm/erc20.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ export default class Erc20Service extends BullableService {
await this.handleMissingErc20Contract(erc20Activities, trx);
if (erc20Activities.length > 0) {
this.logger.info(
`Crawl Erc20 activity from block ${startBlock} to block ${endBlock}:\n ${JSON.stringify(
erc20Activities
)}`
`Crawl Erc20 activity from block ${startBlock} to block ${endBlock}`
);
await knex
.batchInsert(
Expand Down

0 comments on commit f7013a5

Please sign in to comment.