remove logging

This commit is contained in:
Michael Teeuw 2016-10-17 17:03:10 +02:00
parent 7c2d797ed0
commit 1b7fe286a6

View File

@ -34,7 +34,6 @@ module.exports = NodeHelper.create({
delay = 60 * 1000
}
console.log(delay);
var self = this;
clearTimeout(this.updateTimer);
this.updateTimer = setTimeout(function() {
@ -42,4 +41,4 @@ module.exports = NodeHelper.create({
}, delay);
}
});
});