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,
|
||||
IncompleteSubscriptions.MultipleObjectsReturned) as ex:
|
||||
logger.error(str(ex))
|
||||
# TODO Inform admin
|
||||
email_data = {
|
||||
'subject': "IncompleteSubscriptions error",
|
||||
'from_email': settings.DCL_SUPPORT_FROM_ADDRESS,
|
||||
|
|
Loading…
Reference in a new issue