mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
currentweather: Remove variable updateTimer not used
This commit is contained in:
parent
a388fe3acb
commit
deda869cc5
@ -98,8 +98,6 @@ Module.register("currentweather",{
|
|||||||
this.loaded = false;
|
this.loaded = false;
|
||||||
this.scheduleUpdate(this.config.initialLoadDelay);
|
this.scheduleUpdate(this.config.initialLoadDelay);
|
||||||
|
|
||||||
this.updateTimer = null;
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// Override dom generator.
|
// Override dom generator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user