Skip to content

Commit

Permalink
Remove debug left by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
openglx committed Aug 22, 2016
1 parent f5699e8 commit 035384f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions riemann/__init__.py
Expand Up @@ -66,12 +66,9 @@ def send(self, edict):
setattr(attrib, 'key', k)
setattr(attrib, 'value', edict['attributes'][k])
attrs.append(attrib)
print(repr(attrs))
ev.attributes.extend(attrs)
print(repr(ev))
if 'tags' in edict:
ev.tags.extend(edict['tags'])
print(repr(ev))
if 'metric' in edict:
ev.metric_f = float(edict['metric'])
msg = pb.Msg()
Expand Down

0 comments on commit 035384f

Please sign in to comment.