From e7d4471c3dcea86ee1b3be088e24c35068d57bbf Mon Sep 17 00:00:00 2001 From: HgO Date: Mon, 12 Aug 2024 13:27:04 +0200 Subject: [PATCH] remove debug message --- matrix_alertbot/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_alertbot/webhook.py b/matrix_alertbot/webhook.py index b4b214e..cce97f9 100644 --- a/matrix_alertbot/webhook.py +++ b/matrix_alertbot/webhook.py @@ -156,7 +156,7 @@ async def create_alert( if alert.match_all_labels(config.dm_filter_labels): logger.info( - f"Found all DM filter labels in alert labels {config.dm_filter_labels}" + f"Found all DM filter labels in alert labels" ) if config.dm_select_label and config.dm_select_label not in alert.labels: logger.warning(