Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 13, 2021
1 parent 57c933c commit d20ea05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/authenticated/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ def update(self):
users, tokens = load_authentications(
self.hass.config.path(".storage/auth"), self.exclude
)
_LOGGER.debug("Users %s", users)
_LOGGER.debug("Access %s", tokens)
for access in tokens:
try:
ValidateIP(access)
Expand Down

0 comments on commit d20ea05

Please sign in to comment.