Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonne committed Feb 25, 2023
1 parent 3296759 commit 0fa27a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/meteo-france-weather-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ function hasConfigOrEntityChanged(element, changedProps) {
}

function processForecast(lang, forecast) {
console.log(forecast);
if (forecast === undefined || forecast.length == 0) {
return [];
} else {
Expand Down

0 comments on commit 0fa27a9

Please sign in to comment.