mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
Remove spurious log line
This commit is contained in:
parent
84aac88677
commit
a2a3d7a0f9
@ -32,7 +32,6 @@ let vectorConfig = {};
|
||||
try {
|
||||
vectorConfig = require('../../vector/config.json');
|
||||
} 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
|
||||
// is unparseable, but we get MODULE_NOT_FOUND in the case of a missing
|
||||
// file or invalid json, so node is just very unhelpful.
|
||||
|
Loading…
x
Reference in New Issue
Block a user