diff --git a/changedetectionio/notification.py b/changedetectionio/notification.py index c6fa32b4..4ee520b0 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.