From 4c57ee4d1ff8618862c541549e48a5ad37e2e4b9 Mon Sep 17 00:00:00 2001 From: evasquez Date: Tue, 27 Aug 2013 10:29:45 -0500 Subject: nojira: removed comment. --- cxmanage/__init__.py | 2 -- 1 file changed, 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, -- cgit v1.2.1