Remove superfluous comment

This commit is contained in:
Joshua Boniface 2019-07-05 00:30:11 -04:00
parent 84a905b7f0
commit 82bf8a8406

View File

@ -232,9 +232,9 @@ def get_info(zk_conn, node):
return True, node_information
def get_list(zk_conn, limit):
# Match our limit
node_list = []
full_node_list = zkhandler.listchildren(zk_conn, '/nodes')
for node in full_node_list:
if limit:
try: