From 83fec5d092b07f7c28987a73486e50c686d8e1e7 Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 16 Feb 2015 01:36:57 -0800 Subject: [PATCH] Fix Pylint: W0109(duplicate-key) --- cms/envs/common.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 646c8b9f07..775b78435a 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -134,9 +134,6 @@ FEATURES = { # Prerequisite courses feature flag 'ENABLE_PREREQUISITE_COURSES': False, - # Toggle course milestones app/feature - 'MILESTONES_APP': False, - # Toggle course entrance exams feature 'ENTRANCE_EXAMS': False,