Remove spurious log line

pull/2555/head
David Baker 2016-11-08 11:45:11 +00:00
parent 84aac88677
commit a2a3d7a0f9
1 changed files with 0 additions and 1 deletions

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.