Skip to content

Commit

Permalink
Turn down logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 committed Oct 13, 2022
1 parent bc02728 commit 455125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/places/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def async_step_user(self, user_input=None) -> FlowResult:

try:
info = await validate_input(self.hass, user_input)
_LOGGER.debug("[New Sensor] info: " + str(info))
# _LOGGER.debug("[New Sensor] info: " + str(info))
_LOGGER.debug("[New Sensor] user_input: " + str(user_input))
return self.async_create_entry(title=info["title"], data=user_input)
except Exception as err:
Expand Down

0 comments on commit 455125c

Please sign in to comment.