Remove info log lines in update local subscriptiion method (#1425)

This commit is contained in:
Jonathan Zernik 2021-09-26 20:45:35 -07:00 committed by GitHub
parent 86088f4a9a
commit 9d275ae915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,10 +292,6 @@ class Peer(object):
def update_local_subscription(self, locator: CSqueakLocator):
assert len(locator.vInterested) <= 1
logger.info("locator:")
logger.info(locator)
logger.info("locator.vInterested:")
logger.info(locator.vInterested)
if len(locator.vInterested) == 0:
locator = None