summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cxmanage/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cxmanage/__init__.py b/cxmanage/__init__.py
index 5b2e191..438d568 100644
--- a/cxmanage/__init__.py
+++ b/cxmanage/__init__.py
@@ -96,8 +96,6 @@ def get_nodes(args, tftp, verify_prompt=False):
for node in nodes:
if node in results:
for node_id, ip_address in sorted(results[node].iteritems()):
- # TODO: make this more efficient. We can use a set of IP
- # addresses instead of searching a list every time...
new_node = Node(ip_address=ip_address, username=args.user,
password=args.password, tftp=tftp,
ecme_tftp_port=args.ecme_tftp_port,