From 075c602722b99c9ef705dcc585137720d0c15fe5 Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 20 Feb 2015 23:07:25 +0200 Subject: [PATCH] removed log --- lib/node.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index 2856723..1be282e 100644 --- a/lib/node.js +++ b/lib/node.js @@ -284,7 +284,6 @@ Node.prototype.getStats = function() Node.prototype.changed = function() { var changed = ! _.isEqual(this._lastStats, JSON.stringify(this.stats)); - console.log(changed); if(this._tries - this._lastSent > 5) {