remove use of deprecated peer_info queued state in client.py

This commit is contained in:
arvidn 2017-04-12 15:29:00 -04:00 committed by Arvid Norberg
parent 91838d8a65
commit 0445ae4917
1 changed files with 0 additions and 2 deletions

View File

@ -121,8 +121,6 @@ def print_peer_info(console, peers):
id = 'waiting for handshake'
elif p.flags & lt.peer_info.connecting:
id = 'connecting to peer'
elif p.flags & lt.peer_info.queued:
id = 'queued'
else:
id = p.client