refactor: Remove console.log statement in config.js
This commit is contained in:
parent
d9931334de
commit
4360f546ee
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ function validateConfig(config) {
|
||||||
if (!valid) {
|
if (!valid) {
|
||||||
throw new Error('Config validation error: ' + ajv.errorsText(validate.errors))
|
throw new Error('Config validation error: ' + ajv.errorsText(validate.errors))
|
||||||
}
|
}
|
||||||
console.log("config: ", JSON.stringify(config, null, 2))
|
|
||||||
return config
|
return config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue