Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oribafi committed Apr 14, 2024
1 parent 3af5402 commit 360e5d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/myjdownloader/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,5 @@ async def add_links(
# sourceUrl
}
]
_LOGGER.warning(params)
device = self.hub.get_device(self._device_id)
await self.hub.async_query(device.linkgrabber.add_links, params)

0 comments on commit 360e5d1

Please sign in to comment.