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

@@ -97,14 +97,6 @@ class RuntimeShim:
# TODO: Refactor capa to access this directly, don't bother the runtime. Then remove it from here.
return False # Change this if/when we need to support unsafe courses in the new runtime.
@property
def DEBUG(self):
"""
Should DEBUG mode (?) be used? This flag is only read by capa.
"""
# TODO: Refactor capa to access this directly, don't bother the runtime. Then remove it from here.
return False
def get_python_lib_zip(self):
"""
A function returning a bytestring or None. The bytestring is the