mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Remove info log lines in update local subscriptiion method (#1425)
This commit is contained in:
parent
86088f4a9a
commit
9d275ae915
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue