currentweather: Remove variable updateTimer not used

This commit is contained in:
Rodrigo Ramírez Norambuena 2016-11-10 15:33:16 -03:00
parent a388fe3acb
commit deda869cc5

View File

@ -98,8 +98,6 @@ Module.register("currentweather",{
this.loaded = false;
this.scheduleUpdate(this.config.initialLoadDelay);
this.updateTimer = null;
},
// Override dom generator.