Delete unused code

* The `_should_record_notification_in_history_table` function stopped being
used in this commit: c23ae15f32
* `NOTIFICATIONS_ALERT` stopped being used in this commit: 5aa37f09b6
This commit is contained in:
Katie Smith
2019-07-12 11:23:45 +01:00
parent 1671221642
commit cec87a9de0
2 changed files with 0 additions and 9 deletions

View File

@@ -293,7 +293,6 @@ class Config(object):
}
CELERY_QUEUES = []
NOTIFICATIONS_ALERT = 5 # five mins
FROM_NUMBER = 'development'
STATSD_HOST = os.getenv('STATSD_HOST')