diff --git a/lms/envs/common.py b/lms/envs/common.py index c5e1cfcc4c..9554ce9e76 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3672,9 +3672,6 @@ DATA_CONSENT_SHARE_CACHE_TIMEOUT = 8 * 60 * 60 # 8 hours ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS = {} ENTERPRISE_TAGLINE = '' -# List of enterprise customer uuids to exclude from transition to use of enterprise-catalog -ENTERPRISE_CUSTOMERS_EXCLUDED_FROM_CATALOG = [] - ############## Settings for Course Enrollment Modes ###################### # The min_price key refers to the minimum price allowed for an instance # of a particular type of course enrollment mode. This is not to be confused diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index b5669b5506..004d4d9bd4 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -394,9 +394,6 @@ if FEATURES.get('ENABLE_ENTERPRISE_INTEGRATION'): 'enterprise.SystemWideEnterpriseUserRoleAssignment', ) -# List of enterprise customer uuids to exclude from transition to use of enterprise-catalog -ENTERPRISE_CUSTOMERS_EXCLUDED_FROM_CATALOG = () - ##################################################################### # django-session-cookie middleware diff --git a/lms/envs/production.py b/lms/envs/production.py index 597f38c6a8..5479e412bf 100644 --- a/lms/envs/production.py +++ b/lms/envs/production.py @@ -877,9 +877,6 @@ ENTERPRISE_CATALOG_INTERNAL_ROOT_URL = ENV_TOKENS.get( ENTERPRISE_CATALOG_INTERNAL_ROOT_URL ) -# List of enterprise customer uuids to exclude from transition to use of enterprise-catalog -ENTERPRISE_CUSTOMERS_EXCLUDED_FROM_CATALOG = ENV_TOKENS.get('ENTERPRISE_CUSTOMERS_EXCLUDED_FROM_CATALOG', ()) - ############## ENTERPRISE SERVICE LMS CONFIGURATION ################################## # The LMS has some features embedded that are related to the Enterprise service, but # which are not provided by the Enterprise service. These settings override the