Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Moudgil committed Aug 3, 2018
1 parent 9f887d1 commit ac8ce72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kubernetes_state/tests/test_kubernetes_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ def test_join_custom_labels(aggregator, instance, check):
# run check twice to have pod/node mapping
for _ in range(2):
check.check(instance)
print('HEREBRUH')
for i in aggregator._metrics.items():
print i

for metric in METRICS:
aggregator.assert_metric(metric, hostname=HOSTNAMES.get(metric, None))
Expand Down

0 comments on commit ac8ce72

Please sign in to comment.