summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevasquez <eric.vasquez@calxeda.com>2013-08-27 10:29:45 -0500
committerevasquez <eric.vasquez@calxeda.com>2013-08-27 10:29:45 -0500
commit4c57ee4d1ff8618862c541549e48a5ad37e2e4b9 (patch)
treef208919fb9ad280ef58bcdfc8da3b9c01f59335d
parent61199107e95b0111f45ae5b9fa17664ecb4d6206 (diff)
downloadcxmanage-4c57ee4d1ff8618862c541549e48a5ad37e2e4b9.tar.gz
nojira: removed comment.
-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,