refactor: clean up unused ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS (#26900)
The setting overrides should've been cleaned up in a previous commit, but I missed them. This change is a no-op.
This commit is contained in:
@@ -247,7 +247,3 @@ FEATURES['ENABLE_PREREQUISITE_COURSES'] = True
|
||||
# Used in edx-proctoring for ID generation in lieu of SECRET_KEY - dummy value
|
||||
# (ref MST-637)
|
||||
PROCTORING_USER_OBFUSCATION_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'
|
||||
|
||||
|
||||
# Don't tolerate deprecated edx-platform import usage in devstack.
|
||||
ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS = True
|
||||
|
||||
Reference in New Issue
Block a user