From 2e1534d75aef03e5fa285f4a32dbda89765e175f Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Fri, 15 May 2015 12:49:04 -0400 Subject: [PATCH] The SAMPLE feature flag is not used anywhere --- lms/envs/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index c9559c3c85..f0c7f7473d 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -62,7 +62,6 @@ DISCUSSION_SETTINGS = { # Features FEATURES = { - 'SAMPLE': False, 'USE_DJANGO_PIPELINE': True, 'DISPLAY_DEBUG_INFO_TO_STAFF': True,