Merge pull request #8071 from edx/db/remove-sample-feature-flag

The SAMPLE feature flag is not used anywhere
This commit is contained in:
David Baumgold
2015-05-18 11:20:58 -04:00

View File

@@ -62,7 +62,6 @@ DISCUSSION_SETTINGS = {
# Features
FEATURES = {
'SAMPLE': False,
'USE_DJANGO_PIPELINE': True,
'DISPLAY_DEBUG_INFO_TO_STAFF': True,