Skip to content
Snippets Groups Projects
Verified Commit c7e718f9 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove test print

parent e5d5f6e9
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ def main():
if 'wekan' in config['modules']:
wekan = WekanCollector(config['modules']['wekan'])
wekan_data = wekan.collect()
print(wekan_data)
influx_client.write_points(wekan_data, 'ms')
......
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