removed unneeded logging

pull/1/head
fkarg 2019-04-05 17:09:50 +02:00 zatwierdzone przez Langenfeld
rodzic e2eb56d84c
commit 28c64249c6
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -204,7 +204,6 @@ class User:
"""
if not result:
result = self.gitea.requests_get(User.USER_REQUEST % userName)
logging.info("Found User: '%s'" % result["login"])
for i, v in result.items():
setattr(self, i, v)