From 52812487f9cf644b1dee85f997e1ffa927311390 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Thu, 30 Jan 2025 17:35:20 +0000 Subject: [PATCH] Delete debug line --- custom_components/irm_kmi/coordinator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/irm_kmi/coordinator.py b/custom_components/irm_kmi/coordinator.py index 0422b4f..5c1736e 100644 --- a/custom_components/irm_kmi/coordinator.py +++ b/custom_components/irm_kmi/coordinator.py @@ -138,7 +138,6 @@ class IrmKmiCoordinator(TimestampDataUpdateCoordinator): location=localisation ) rain_graph = await self.create_rain_graph(radar_animation, animation_data, country, images_from_api) - _LOGGER.debug(rain_graph) radar_animation['svg_animated'] = rain_graph.get_svg_string() radar_animation['svg_still'] = rain_graph.get_svg_string(still_image=True) return radar_animation