Delete unused function

This commit is contained in:
Katie Smith
2020-03-16 15:50:00 +00:00
parent 900664c172
commit 19bf68b567
2 changed files with 0 additions and 13 deletions

View File

@@ -117,8 +117,3 @@ def _process_for_status(notification_status, client_name, provider_reference):
success = "{} callback succeeded. reference {} updated".format(client_name, provider_reference)
return success
def set_notification_sent_by(notification, client_name):
notification.sent_by = client_name
dao_update_notification(notification)