From df2c58d1ff938e0795ba8164e37ecaf691c4e36f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 11 Jun 2022 22:55:00 +0200 Subject: [PATCH] Not needed --- changedetectionio/notification.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/changedetectionio/notification.py b/changedetectionio/notification.py index c6fa32b4b..4ee520b0f 100644 --- a/changedetectionio/notification.py +++ b/changedetectionio/notification.py @@ -97,8 +97,6 @@ def process_notification(n_object, datastore): if log_value and 'WARNING' in log_value or 'ERROR' in log_value: raise Exception(log_value) - # Return some debug info - return {'url': url, 'title': n_title, 'body': n_body, 'body_format': n_format} # Notification title + body content parameters get created here.