Module: check_mk
Branch: master
Commit: 420b1f445007421621e1c23c677512454fa1f975
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=420b1f44500742…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Dec 18 12:05:48 2015 +0100
Removed debug output
---
web/htdocs/js/wato.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/web/htdocs/js/wato.js b/web/htdocs/js/wato.js
index adf4e68..5bc4759 100644
--- a/web/htdocs/js/wato.js
+++ b/web/htdocs/js/wato.js
@@ -203,7 +203,6 @@ function wato_fix_visibility() {
for (var try_form = 0; try_form < available_forms.length; try_form++) {
var my_form = document.getElementById(available_forms[try_form]);
if (my_form != null) {
- console.log("xx" + available_forms[try_form]);
for (var child in my_form.childNodes){
oTr = my_form.childNodes[child];
if (oTr.className == "nform"){