Skip to content
Snippets Groups Projects
Commit 72193ac3 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Remove debug print

parent b7e74e9a
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,6 @@ def main(): ...@@ -68,7 +68,6 @@ def main():
for key, value in args.items(): for key, value in args.items():
if args[key]: if args[key]:
print(key, value)
rgx[key] = re.compile(value) rgx[key] = re.compile(value)
"""Run xymon check""" """Run xymon check"""
......
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