Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Remove unused var when parsing json
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Nov 12, 2015
1 parent 7bd9c90 commit f8257ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ module.exports = function () {

this.parseJournaldToJSON = function(user, output) {
var i = 0;
var k = 5; // message starts on 5
var journald = [];
var line_block = "";
var json_block;
Expand Down

0 comments on commit f8257ce

Please sign in to comment.