Skip to content

Commit

Permalink
fix wrong block for log
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Oct 22, 2024
1 parent 8a65610 commit 552cc64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ if (!hasValidDBConfiguration(config.dbConfig)) {
// after that, all loggers will eventually have it too (if in production/staging environments)
// it creates dinamically DDO schemas
config.hasIndexer = false
} else {
OCEAN_NODE_LOGGER.warn(
`Missing or invalid property: "${ENVIRONMENT_VARIABLES.DB_URL.name}". This means Indexer module will not be enabled.`
)
Expand Down

0 comments on commit 552cc64

Please sign in to comment.