Skip to content
Snippets Groups Projects
Commit 34695f7d authored by Chris Hines's avatar Chris Hines
Browse files

remove an print statement that shoudn't have been there

Former-commit-id: cab88be0
parent 2437ca88
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ def read(data=None): ...@@ -38,7 +38,6 @@ def read(data=None):
values = get_values() values = get_values()
for mount,stats in values.items(): for mount,stats in values.items():
print(mount)
vl.plugin_instance = mount vl.plugin_instance = mount
for s in stats: for s in stats:
vl.dispatch(type='gauge',type_instance=s[0],values=[s[1]]) vl.dispatch(type='gauge',type_instance=s[0],values=[s[1]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment