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 delay = 60 * 1000
} }
console.log(delay);
var self = this; var self = this;
clearTimeout(this.updateTimer); clearTimeout(this.updateTimer);
this.updateTimer = setTimeout(function() { this.updateTimer = setTimeout(function() {