Skip to content

Commit d0010ac

Browse files
committed
remove debugs
1 parent 113807a commit d0010ac

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/Indexer/processors/MetadataEventProcessor.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ export class MetadataEventProcessor extends BaseEventProcessor {
151151

152152
// check authorized publishers
153153
const { authorizedPublishers, authorizedPublishersList } = this.getConfig()
154-
console.log('Indexing with')
155-
console.log(authorizedPublishers)
156-
console.log(authorizedPublishersList)
157154
if (authorizedPublishers.length > 0) {
158155
const ownerNormalized = getAddress(String(owner))
159156
const authorized: string[] = authorizedPublishers.filter(

0 commit comments

Comments
 (0)