mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
remove console statement
This commit is contained in:
@@ -99,8 +99,6 @@ weather.updateWeatherForecast = function () {
|
|||||||
data: weather.params,
|
data: weather.params,
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
|
|
||||||
console.log('data', data);
|
|
||||||
|
|
||||||
var _opacity = 1,
|
var _opacity = 1,
|
||||||
_forecastHtml = '';
|
_forecastHtml = '';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user