mirror of https://github.com/vector-im/riot-web
Remove spurious log line
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…
Reference in New Issue