mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-26 19:35:40 +02:00
Delete debug line
This commit is contained in:
parent
3947273ef7
commit
52812487f9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue