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

Commit d20ea05

Browse files
committed
remove debug
1 parent 57c933c commit d20ea05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

custom_components/authenticated/sensor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ def update(self):
157157
users, tokens = load_authentications(
158158
self.hass.config.path(".storage/auth"), self.exclude
159159
)
160-
_LOGGER.debug("Users %s", users)
161-
_LOGGER.debug("Access %s", tokens)
162160
for access in tokens:
163161
try:
164162
ValidateIP(access)

0 commit comments

Comments
 (0)