Remove notes app and remaining js.

This commit is contained in:
Diana Huang
2019-10-02 14:50:03 -04:00
parent c10292bc4a
commit df32ffd37b
9 changed files with 0 additions and 253 deletions

View File

@@ -640,7 +640,6 @@ class CourseTabListTestCase(TabListTestCase):
@patch.dict("django.conf.settings.FEATURES", {
"ENABLE_TEXTBOOK": True,
"ENABLE_DISCUSSION_SERVICE": True,
"ENABLE_STUDENT_NOTES": True,
"ENABLE_EDXNOTES": True,
})
def test_iterate_displayable(self):