Module: check_mk
Branch: master
Commit: a8f8331a1dd384205db1ab1994ba0283f6a46ac8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a8f8331a1dd384…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Wed Nov 6 12:11:08 2013 +0100
wato.py: removed debug output
---
web/htdocs/wato.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index b5bb240..7deb2f0 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -2425,7 +2425,6 @@ def mode_inventory(phase, firsttime):
for st, ct, checkgroup, item, paramstring, params, descr, state, output,
perfdata in table:
if (html.has_var("_cleanup") or
html.has_var("_fixall")) \
and st in [ "vanished", "obsolete" ]:
- html.debug("%s: %s/%s" % (st, ct, item))
pass
elif (html.has_var("_activate_all") or
html.has_var("_fixall")) \
and st == "new":