diff --git a/confluent_server/confluent/core.py b/confluent_server/confluent/core.py index f11d4816..7328bfc1 100644 --- a/confluent_server/confluent/core.py +++ b/confluent_server/confluent/core.py @@ -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]