mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
remove console statement
This commit is contained in:
parent
568c0ecc43
commit
fc4e916a99
@ -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 = '';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user