From 20b760752a0ac46e1ccadf52e8455bb7c63fea04 Mon Sep 17 00:00:00 2001 From: Peter Pinch Date: Wed, 26 May 2021 09:02:22 -0400 Subject: [PATCH] refactor: remove obsolete setting ENABLE_INSTRUCTOR_ANALYTICS (#27720) ENABLE_INSTRUCTOR_ANALYTICS was removed in 2015 by bb7ba752bdb839a05cbc413eb624da9822039905 --- cms/envs/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 92a6de11bc..d0ab304b83 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -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,