From a2a3d7a0f9e7e1115829a984106e507f30393c0c Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 8 Nov 2016 11:45:11 +0000 Subject: [PATCH] Remove spurious log line --- electron/src/electron-main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/electron/src/electron-main.js b/electron/src/electron-main.js index aa6b7e22ff..59cbca428e 100644 --- a/electron/src/electron-main.js +++ b/electron/src/electron-main.js @@ -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.