diff --git a/lms/envs/production.py b/lms/envs/production.py index 6dc6be63417..addcea0e602 100644 --- a/lms/envs/production.py +++ b/lms/envs/production.py @@ -185,7 +185,6 @@ def get_env_setting(setting): CMS_BASE = ENV_TOKENS.get('CMS_BASE', 'studio.edx.org') ALLOWED_HOSTS = [ - # TODO: bbeggs remove this before prod, temp fix to get load testing running "*", ENV_TOKENS.get('LMS_BASE'), FEATURES['PREVIEW_LMS_BASE'],