Module: check_mk
Branch: master
Commit: 9f4ce309bc3697bed32252f7043af4c6189722b7
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9f4ce309bc3697…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Mar 2 15:23:23 2012 +0100
Removed debug output
---
web/plugins/sidebar/wato.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/web/plugins/sidebar/wato.py b/web/plugins/sidebar/wato.py
index 8e18775..86b790e 100644
--- a/web/plugins/sidebar/wato.py
+++ b/web/plugins/sidebar/wato.py
@@ -184,8 +184,6 @@ def render_wato_foldertree():
html.write('<span class=left>%s</span>' % _('View:'))
- html.debug(repr(user_folders['']))
-
# Now render the whole tree
if user_folders:
render_tree_folder(user_folders[''])