mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 04:00:18 +03:00
Remove invalid self._logger calls since merge
This commit is contained in:
parent
a1d497a2c0
commit
2b9c06f0e6
|
@ -337,12 +337,10 @@ class MtProtoSender:
|
|||
"""
|
||||
request = self._pop_request(msg_id)
|
||||
if request:
|
||||
self._logger.debug('Resending request')
|
||||
await self.send(request)
|
||||
return
|
||||
requests = self._pop_requests_of_container(msg_id)
|
||||
if requests:
|
||||
self._logger.debug('Resending container of requests')
|
||||
await self.send(*requests)
|
||||
|
||||
def _handle_pong(self, msg_id, sequence, pong):
|
||||
|
|
Loading…
Reference in New Issue
Block a user