From 9d859a82471e26c828c842a652a6266ce16b6ffb Mon Sep 17 00:00:00 2001 From: Saleem Latif Date: Wed, 4 Dec 2024 14:57:07 +0500 Subject: [PATCH] refactor: Removed unused django setting. --- lms/envs/common.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 7d32c78a47b5..4fcb0a8126bc 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -5372,12 +5372,6 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring ############ Settings for externally hosted executive education courses ############ EXEC_ED_LANDING_PAGE = "https://www.getsmarter.com/account" -############## PLOTLY ############## - -ENTERPRISE_PLOTLY_SECRET = "I am a secret" - -############## PLOTLY ############## - ############ Internal Enterprise Settings ############ ENTERPRISE_VSF_UUID = "e815503343644ac7845bc82325c34460" ############ Internal Enterprise Settings ############