mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Remove extra log line in download (#894)
This commit is contained in:
parent
ad36244587
commit
1beebe2dc8
1 changed files with 0 additions and 3 deletions
|
|
@ -102,9 +102,6 @@ class PeerConnection:
|
|||
|
||||
def _download_squeak(self, squeak_hash: bytes, criteria: DownloadCriteria):
|
||||
"""Downloads a single squeak and the corresponding offer. """
|
||||
logger.info("Downloading squeak {} from peer with address: {}".format(
|
||||
squeak_hash.hex(), self.peer_address
|
||||
))
|
||||
saved_squeak = self.squeak_controller.get_squeak(squeak_hash)
|
||||
if not saved_squeak:
|
||||
self._download_squeak_object(squeak_hash, criteria)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue