Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Dec 14, 2023
1 parent 7fa53a5 commit 4b44542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const indexedNfts = [config.nfts.cb, config.nfts.vit, config.nfts.draft];
if (config.nfts.old !== '') {
indexedNfts.push(...config.nfts.old.split(','));
}
console.log(config.squid.archive);

export const processor = new SubstrateBatchProcessor()
.setDataSource({
Expand Down

0 comments on commit 4b44542

Please sign in to comment.