Skip to content

Commit

Permalink
Remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
osk2 committed Sep 18, 2021
1 parent 543378f commit 31022da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/panasonic_smart_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ async def async_update_data():
try:
_LOGGER.info("Updating device info...")
return await client.get_device_with_info(DEVICE_STATUS_CODES)
except BaseException as ex:
_LOGGER.error(ex)
except:
raise UpdateFailed("Failed while updating device status")

coordinator = DataUpdateCoordinator(
Expand Down

0 comments on commit 31022da

Please sign in to comment.