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