Merge pull request #71 from dcbr/patch-debug

Delete print statement
This commit is contained in:
Jules 2025-01-30 18:38:41 +01:00 committed by GitHub
commit 67a8647f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,6 @@ class IrmKmiCoordinator(TimestampDataUpdateCoordinator):
location=localisation
)
rain_graph = await self.create_rain_graph(radar_animation, animation_data, country, images_from_api)
print(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