Skip to content

Commit

Permalink
Removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Aug 12, 2024
1 parent 7297f14 commit c3431c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,6 @@ export class Database {
this.nonce = await new NonceDatabase(this.config, schemas.nonceSchemas)
if (this.config.url && URLUtils.isValidUrl(this.config.url)) {
this.ddo = await new DdoDatabase(this.config, schemas.ddoSchemas)
console.log('Created DDO database')
this.indexer = await new IndexerDatabase(this.config, schemas.indexerSchemas)
this.logs = await new LogDatabase(this.config, schemas.logSchemas)
this.order = await new OrderDatabase(this.config, schemas.orderSchema)
Expand Down

0 comments on commit c3431c4

Please sign in to comment.