diff --git a/cms/envs/bok_choy.py b/cms/envs/bok_choy.py index 68d27d2f7f..ff58e1d511 100644 --- a/cms/envs/bok_choy.py +++ b/cms/envs/bok_choy.py @@ -40,7 +40,6 @@ update_module_store_settings( # Enable django-pipeline and staticfiles STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath() -PIPELINE = True # Silence noisy logs import logging diff --git a/lms/envs/bok_choy.py b/lms/envs/bok_choy.py index 5b08429552..7c47b9fbea 100644 --- a/lms/envs/bok_choy.py +++ b/lms/envs/bok_choy.py @@ -49,7 +49,6 @@ OPEN_ENDED_GRADING_INTERFACE['url'] = 'http://localhost:8041/' # Enable django-pipeline and staticfiles STATIC_ROOT = (TEST_ROOT / "staticfiles").abspath() -PIPELINE = True # Silence noisy logs import logging