diff --git a/cms/envs/common.py b/cms/envs/common.py index 58f831ae77..bb0b13c631 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -485,7 +485,6 @@ STATIC_ROOT = ENV_ROOT / "staticfiles" / EDX_PLATFORM_REVISION STATICFILES_DIRS = [ COMMON_ROOT / "static", PROJECT_ROOT / "static", - LMS_ROOT / "static", # This is how you would use the textbook images locally # ("book", ENV_ROOT / "book_images"),