mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 19:40:12 +00:00
Remove extraneous exploration prints
This commit is contained in:
parent
80bcc4a26f
commit
c6ed89c3d7
@ -22,7 +22,6 @@ class ConfluentMessage(object):
|
||||
snippet = ""
|
||||
for key in self.kvpairs.iterkeys():
|
||||
val = self.kvpairs[key]
|
||||
print repr(val)
|
||||
label = key
|
||||
value = ''
|
||||
note = ''
|
||||
@ -52,7 +51,6 @@ class Attributes(ConfluentMessage):
|
||||
nkv = {}
|
||||
for key in kv.iterkeys():
|
||||
nkv[key] = { 'label': key, 'value': kv[key] }
|
||||
print repr(nkv)
|
||||
self.kvpairs = {
|
||||
node: nkv
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user