removed log
This commit is contained in:
parent
ec00505cab
commit
075c602722
@ -284,7 +284,6 @@ Node.prototype.getStats = function()
|
|||||||
Node.prototype.changed = function()
|
Node.prototype.changed = function()
|
||||||
{
|
{
|
||||||
var changed = ! _.isEqual(this._lastStats, JSON.stringify(this.stats));
|
var changed = ! _.isEqual(this._lastStats, JSON.stringify(this.stats));
|
||||||
console.log(changed);
|
|
||||||
|
|
||||||
if(this._tries - this._lastSent > 5)
|
if(this._tries - this._lastSent > 5)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user