2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Remove development output from core

The enumerate_node_collection function had a stray print output.
Remove that output now that the function is baked.
This commit is contained in:
Jarrod Johnson 2015-03-24 11:21:53 -04:00
parent 27cdd7b623
commit 8b5d5b1f33

View File

@ -261,7 +261,6 @@ def enumerate_nodegroup_collection(collectionpath, configmanager):
def enumerate_node_collection(collectionpath, configmanager):
print repr(collectionpath)
if collectionpath == ['nodes']: # it is just '/node/', need to list nodes
return iterate_collections(configmanager.list_nodes())
nodeorrange = collectionpath[1]