Remove log output

This commit is contained in:
Fabian Stamm 2020-09-28 18:20:40 +02:00
parent b7832edd83
commit 0e3c1b181d
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ class Auth(BaseAuth):
return self.configuration.get("auth", "server")
def login(self, login, password):
logger.debug("Things %s %s", login, password)
# Get uid from username
if login is None or login is "":
return ""