Skip to content

Commit

Permalink
Change print to debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbr authored Jan 30, 2025
1 parent b78c8a6 commit 3947273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/irm_kmi/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ 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)
_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
Expand Down

0 comments on commit 3947273

Please sign in to comment.