From 8b5d5b1f33d0c141e3d4ea285a7f051ec4631649 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 24 Mar 2015 11:21:53 -0400 Subject: [PATCH] Remove development output from core The enumerate_node_collection function had a stray print output. Remove that output now that the function is baked. --- confluent_server/confluent/core.py | 1 - 1 file changed, 1 deletion(-) 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]