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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user