Remove todo

This commit is contained in:
PCoder 2020-12-23 17:16:19 +05:30
parent 78b8191165
commit 799194152e

View file

@ -198,7 +198,6 @@ def handle_webhook(request):
except (IncompleteSubscriptions.DoesNotExist,
IncompleteSubscriptions.MultipleObjectsReturned) as ex:
logger.error(str(ex))
# TODO Inform admin
email_data = {
'subject': "IncompleteSubscriptions error",
'from_email': settings.DCL_SUPPORT_FROM_ADDRESS,