refactor: remove debug property from ModuleSystem (#30450)

This also:
1. Removes this property from XBlock runtime shims.
2. Updates the minimum required version of the LTI Consumer XBlock.
This commit is contained in:
Demid
2022-06-08 19:59:45 +03:00
committed by GitHub
parent c54d8a81bf
commit 8886f29e52
9 changed files with 44 additions and 29 deletions

View File

@@ -729,7 +729,6 @@ def get_module_system_for_user(
static_url=settings.STATIC_URL,
get_module=inner_get_module,
user=user,
debug=settings.DEBUG,
hostname=settings.SITE_NAME,
publish=publish,
course_id=course_id,