Possibility to use the the calendar feed as the source for the weather.

This commit is contained in:
Michael Teeuw
2016-10-14 17:42:07 +02:00
parent 5858e862d9
commit 84dc1fa151
7 changed files with 162 additions and 40 deletions

View File

@@ -179,7 +179,7 @@ var MM = (function() {
// set lockString if set in options.
if (options.lockString) {
Log.log("Has lockstring: " + options.lockString);
// Log.log("Has lockstring: " + options.lockString);
if (module.lockStrings.indexOf(options.lockString) === -1) {
module.lockStrings.push(options.lockString);
}

View File

@@ -337,8 +337,6 @@ var Module = Class.extend({
self.suspend();
callback();
}, options);
Log.log(options);
},
/* showModule(module, speed, callback)