Remove more unnecessary logs

This commit is contained in:
Lonami 2018-10-28 10:52:52 +01:00 committed by GitHub
parent 6ab3402a94
commit 59307c70a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,8 +236,6 @@ class MTProtoSender:
except (SecurityError, AssertionError) as e:
__log__.warning('Attempt {} at new auth_key failed: {}'
.format(retry, e))
__log__.warning('Sleeping for {} seconds on failed attempt {}:'
.format(self._delay,retry))
await asyncio.sleep(self._delay)
else:
e = ConnectionError('auth_key generation failed {} times'