Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

Commit

Permalink
Remove old debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Nov 13, 2015
1 parent a6e6f1f commit 441443f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 + ']';
Expand Down

0 comments on commit 441443f

Please sign in to comment.