Remove todo
This commit is contained in:
parent
78b8191165
commit
799194152e
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ def handle_webhook(request):
|
||||||
except (IncompleteSubscriptions.DoesNotExist,
|
except (IncompleteSubscriptions.DoesNotExist,
|
||||||
IncompleteSubscriptions.MultipleObjectsReturned) as ex:
|
IncompleteSubscriptions.MultipleObjectsReturned) as ex:
|
||||||
logger.error(str(ex))
|
logger.error(str(ex))
|
||||||
# TODO Inform admin
|
|
||||||
email_data = {
|
email_data = {
|
||||||
'subject': "IncompleteSubscriptions error",
|
'subject': "IncompleteSubscriptions error",
|
||||||
'from_email': settings.DCL_SUPPORT_FROM_ADDRESS,
|
'from_email': settings.DCL_SUPPORT_FROM_ADDRESS,
|
||||||
|
|
Loading…
Reference in a new issue