Remove code appropriate for future aiorpcX

Closes #428
This commit is contained in:
Neil Booth 2018-03-26 21:19:37 +09:00
parent a2635f4df9
commit c1ba211d43

View File

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