Remove old log line from peer client (#755)

This commit is contained in:
Jonathan Zernik 2021-01-30 03:29:48 -08:00 committed by GitHub
parent befe8db859
commit 3ff36cf3e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,9 +34,6 @@ class PeerClient:
min_block=min_block,
max_block=max_block,
)
logger.info("Making lookup request: {}".format(
request
))
lookup_response = self.stub.LookupSqueaksToDownload(
request
)