Module: check_mk
Branch: master
Commit: feebdc33695c8d1ffd2c785eb5ee2631fa6f3f7e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=feebdc33695c8d…
Author: Lutz Helwing <lh(a)mathias-kettner.de>
Date: Thu Jan 29 10:00:08 2015 +0100
removed redundant load_checks() call
---
modules/check_mk.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/check_mk.py b/modules/check_mk.py
index 069e820..08a4295 100755
--- a/modules/check_mk.py
+++ b/modules/check_mk.py
@@ -353,7 +353,6 @@ def load_checks():
# Now convert check_info to new format.
convert_check_info()
-load_checks()
#.
# .--Checks--------------------------------------------------------------.