Module: check_mk
Branch: master
Commit: ab4bc1e39da6ca6f6a20764c7fa5d83c5bcb539d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ab4bc1e39da6ca…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Sep 29 12:23:02 2017 +0200
Removed debug code
Change-Id: I64c5d8b4f8ad3de1981acc36a38a6092a1f0557c
---
web/htdocs/notifications.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/web/htdocs/notifications.py b/web/htdocs/notifications.py
index d6e217b..ff4ee85 100644
--- a/web/htdocs/notifications.py
+++ b/web/htdocs/notifications.py
@@ -125,8 +125,6 @@ def load_failed_notifications(before=None, after=None,
stat_only=False, extra_he
query = "\n".join(query)
- html.debug(query)
-
if extra_headers is not None:
query += extra_headers