We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113807a commit d0010acCopy full SHA for d0010ac
1 file changed
src/components/Indexer/processors/MetadataEventProcessor.ts
@@ -151,9 +151,6 @@ export class MetadataEventProcessor extends BaseEventProcessor {
151
152
// check authorized publishers
153
const { authorizedPublishers, authorizedPublishersList } = this.getConfig()
154
- console.log('Indexing with')
155
- console.log(authorizedPublishers)
156
- console.log(authorizedPublishersList)
157
if (authorizedPublishers.length > 0) {
158
const ownerNormalized = getAddress(String(owner))
159
const authorized: string[] = authorizedPublishers.filter(
0 commit comments