Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-dev123 committed Nov 20, 2024
1 parent 5da7131 commit 7b775db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ingestors/highlight/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ export class HighlightIngestor implements MintIngestor {

const collection = await getHighlightCollectionByAddress(resources, contractOptions);


console.log(collection)

if (!collection) {
throw new MintIngestorError(MintIngestionErrorName.CouldNotResolveMint, 'Collection not found');
}
Expand Down Expand Up @@ -96,13 +93,10 @@ export class HighlightIngestor implements MintIngestor {
imageUrl: creator?.creatorAccountSettings?.displayAvatar,
});


mintBuilder.setMintOutputContract({ chainId: 8453, address: collection.primaryContract });

const vectorId = await getHighlightVectorId(resources, collectionId);

console.log(vectorId)

if (!vectorId) {
throw new MintIngestorError(MintIngestionErrorName.MissingRequiredData, 'Id not available');
}
Expand Down

0 comments on commit 7b775db

Please sign in to comment.