Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed May 11, 2024
1 parent a3c655e commit eafe949
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/apps/worker-service/src/worker/polygon.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class PolygonWorker {
return;
}
try {
this.logger.log(`DETECT handle block ${blockNumber}`);
// Retrieve all transaction in block
const block = await this.provider.getBlock(blockNumber, true);

Expand Down Expand Up @@ -90,7 +89,6 @@ export class PolygonWorker {
return;
}
try {
this.logger.log(`CONFIRM Scanning block ${blockNumber}`);
// Retrieve all transaction in block
const block = await this.provider.getBlock(blockNumber, true);
// Retrieve transfer event the block's logs
Expand Down

0 comments on commit eafe949

Please sign in to comment.