From f89093a0672f989b8428f7ded34df4dd5129c29f Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:57:32 -0800 Subject: [PATCH] Update openmeteo-condition-map.js --- src/utils/weather/openmeteo-condition-map.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/weather/openmeteo-condition-map.js b/src/utils/weather/openmeteo-condition-map.js index 06ed3d464..9ae673657 100644 --- a/src/utils/weather/openmeteo-condition-map.js +++ b/src/utils/weather/openmeteo-condition-map.js @@ -196,7 +196,6 @@ const conditions = [ export default function mapIcon(weatherStatusCode, timeOfDay) { const mapping = conditions.find((condition) => condition.code === weatherStatusCode); - console.log(weatherStatusCode, timeOfDay, mapping); if (mapping) { if (timeOfDay === "day") {