Skip to content

Commit

Permalink
Merge pull request #71 from dcbr/patch-debug
Browse files Browse the repository at this point in the history
Delete print statement
  • Loading branch information
jdejaegh authored Jan 30, 2025
2 parents b78c8a6 + 5281248 commit 67a8647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/irm_kmi/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ async def _async_animation_data(self, api_data: dict) -> RadarAnimationData:
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
Expand Down

0 comments on commit 67a8647

Please sign in to comment.