refactor: remove obsolete setting ENABLE_INSTRUCTOR_ANALYTICS (#27720)

ENABLE_INSTRUCTOR_ANALYTICS was removed in 2015 by bb7ba752bd
This commit is contained in:
Peter Pinch
2021-05-26 09:02:22 -04:00
committed by GitHub
parent 7abb417b0f
commit 20b760752a

View File

@@ -340,7 +340,6 @@ FEATURES = {
# Prevent auto auth from creating superusers or modifying existing users
'RESTRICT_AUTOMATIC_AUTH': True,
'ENABLE_INSTRUCTOR_ANALYTICS': False,
'PREVIEW_LMS_BASE': "preview.localhost:18000",
'ENABLE_GRADE_DOWNLOADS': True,
'ENABLE_MKTG_SITE': False,