Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Apr 10, 2024
1 parent a5ed802 commit 5abd053
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Indexer/crawlerThread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ export async function proccesNetworkData(): Promise<void> {
}
await processReindex()
lockProccessing = false
INDEXER_LOGGER.logMessage(
`Finished processing blocks ${startBlock} to ${indexedBlock} for network ${rpcDetails.network}`,
true
)
} else {
INDEXER_LOGGER.logMessage(
`Processing already in progress for network ${rpcDetails.network} waiting untill finishing the current processing ...`,
Expand Down

0 comments on commit 5abd053

Please sign in to comment.