Remove spurious log line

This commit is contained in:
David Baker 2016-11-08 11:45:11 +00:00
parent 84aac88677
commit a2a3d7a0f9

View file

@ -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.