refactor: remove todo to add tracking for reported content email notification

This commit is contained in:
SaadYousaf
2022-10-28 18:44:56 +05:00
committed by Saad Yousaf
parent 64403a4c16
commit f6870f7ae7

View File

@@ -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):