From f6870f7ae7c4acfe8a821f4ae99cc01147efeb99 Mon Sep 17 00:00:00 2001 From: SaadYousaf Date: Fri, 28 Oct 2022 18:44:56 +0500 Subject: [PATCH] refactor: remove todo to add tracking for reported content email notification --- lms/djangoapps/discussion/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/discussion/tasks.py b/lms/djangoapps/discussion/tasks.py index 90ece99da4..7c2e68f31d 100644 --- a/lms/djangoapps/discussion/tasks.py +++ b/lms/djangoapps/discussion/tasks.py @@ -115,7 +115,6 @@ def send_ace_message_for_reported_content(context): # lint-amnesty, pylint: dis ) log.info(f'Sending forum reported content email notification with context {message_context}') ace.send(message) - # TODO: add tracking for reported content email def _track_notification_sent(message, context):