diff --git a/lib/process.js b/lib/process.js index d3e6b72..1156407 100644 --- a/lib/process.js +++ b/lib/process.js @@ -754,7 +754,6 @@ Scales.prototype.logContents = function (parseLines) { try { lines = Fs.readFileSync(this.buildPath(this.plugin.settings.log)).toString().split('\n'); } catch (ex) { - console.log(this.buildPath(this.plugin.settings.log)); console.log(ex.stack); // Logger.warn(Util.format('No log was found to read from for %s', this.config.name), ex.stack); return 'No log was found to read from. [' + this.plugin.settings.log + ']';