mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Remove spurious log line
This commit is contained in:
parent
84aac88677
commit
a2a3d7a0f9
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ let vectorConfig = {};
|
||||||
try {
|
try {
|
||||||
vectorConfig = require('../../vector/config.json');
|
vectorConfig = require('../../vector/config.json');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(`file://${__dirname}/../../vector/config.json`, e);
|
|
||||||
// it would be nice to check the error code here and bail if the config
|
// it would be nice to check the error code here and bail if the config
|
||||||
// is unparseable, but we get MODULE_NOT_FOUND in the case of a missing
|
// is unparseable, but we get MODULE_NOT_FOUND in the case of a missing
|
||||||
// file or invalid json, so node is just very unhelpful.
|
// file or invalid json, so node is just very unhelpful.
|
||||||
|
|
Loading…
Reference in a new issue