mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
remove logging
This commit is contained in:
parent
7c2d797ed0
commit
1b7fe286a6
@ -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);
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user