diff --git a/app/config.py b/app/config.py index 7a9f881d3..4e13a3732 100644 --- a/app/config.py +++ b/app/config.py @@ -493,9 +493,6 @@ class Live(Config): CRONITOR_ENABLED = True - # TODO: revert when we're confident statsd won't break things - STATSD_ENABLED = False - class CloudFoundryConfig(Config): pass