improve-notification-log
dgtlmoon 2 years ago
parent d29e0eea47
commit df2c58d1ff

@ -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.

Loading…
Cancel
Save