Module: check_mk
Branch: master
Commit: 11a04b7ca961a38ac4ab0ec7adc8793c8d1a9771
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=11a04b7ca961a3…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Jan 26 16:39:23 2016 +0100
Remove bogus debug message from recent commit
---
web/htdocs/visuals.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/web/htdocs/visuals.py b/web/htdocs/visuals.py
index 0d9a740..990d6c1 100644
--- a/web/htdocs/visuals.py
+++ b/web/htdocs/visuals.py
@@ -1382,7 +1382,6 @@ def transform_old_visual(visual):
# TODO: Remove this code as soon as everything is moved over to pagetypes.py
def ajax_popup_add():
add_type = html.var("add_type")
- html.debug(add_type)
html.write("<ul>")
pagetypes.render_addto_popup(add_type)