Browse Source

Remove code appropriate for future aiorpcX

Closes #428
patch-2
Neil Booth 7 years ago
parent
commit
c1ba211d43
  1. 3
      server/peers.py

3
server/peers.py

@ -439,9 +439,6 @@ class PeerManager(util.LoggedClass):
if isinstance(result, cls): if isinstance(result, cls):
self.proxy = result self.proxy = result
self.log_info(f'detected {self.proxy}') self.log_info(f'detected {self.proxy}')
else:
for failure_msg in result:
self.log_info(failure_msg)
def proxy_peername(self): def proxy_peername(self):
'''Return the peername of the proxy, if there is a proxy, otherwise '''Return the peername of the proxy, if there is a proxy, otherwise

Loading…
Cancel
Save