From deda869cc5d752c6a2253e6e19d249e592983b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Thu, 10 Nov 2016 15:33:16 -0300 Subject: [PATCH] currentweather: Remove variable updateTimer not used --- modules/default/currentweather/currentweather.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index bc7ccbb7..071ec5cb 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -98,8 +98,6 @@ Module.register("currentweather",{ this.loaded = false; this.scheduleUpdate(this.config.initialLoadDelay); - this.updateTimer = null; - }, // Override dom generator.