Remove redundant line

This commit is contained in:
Neil Booth 2015-08-31 17:48:03 +09:00
parent 2a1b717a21
commit be8a87c322
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ def get_interfaces(servers, timeout=10):
server, socket = socket_queue.get(True, 1)
except Queue.Empty:
continue
connecting.pop(server)
if socket:
interfaces[server] = Interface(server, socket)
return interfaces