removed log

This commit is contained in:
cubedro 2015-02-20 23:07:25 +02:00
parent ec00505cab
commit 075c602722

View File

@ -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)
{