Module: check_mk
Branch: master
Commit: dea9b3db459d664c679784eb7ccaba3b6daf5f7c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=dea9b3db459d66…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Wed Oct 30 15:35:28 2013 +0100
Removed Debug output in wato
---
web/htdocs/wato.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 027f761..3673058 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -2434,8 +2434,6 @@ def mode_inventory(phase, firsttime):
varname = "_%s_%s" % (ct, html.varencode(item))
if html.var(varname, "") != "":
active_checks[(ct, item)] = paramstring
- else:
- html.debug("Ausgelassen: %s/%s (varname: %s, value:
%s)" % (ct, item, varname, html.var(varname)))
check_mk_automation(host[".siteid"], "set-autochecks",
[hostname], active_checks)
if host.get("inventory_failed"):