2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Remove some debug output

This commit is contained in:
Jarrod Johnson 2014-02-22 18:13:21 -05:00
parent 896159da4c
commit 7894a056e1

View File

@ -148,9 +148,6 @@ def get_input_message(path, operation, inputdata, nodes=None):
class InputAttributes(ConfluentMessage):
def __init__(self, path, inputdata, nodes=None):
print "DEBUG: making input attributes "
print repr(nodes)
print repr(inputdata)
self.nodeattribs = {}
nestedmode = False
if not inputdata: