Commit 5db2499f by Bessie Steinberg Committed by Bill Filler

add TODO note

parent 578c8fd0
......@@ -78,7 +78,7 @@ class MilestonesAndSpecialExamsTransformer(BlockStructureTransformer):
for block_key in block_structure.topological_traversal():
if user_gated_from_block(block_key):
block_structure.remove_block(block_key, False)
block_structure.remove_block(block_key, False) #TODO: this is where the block is being removed
elif self.is_special_exam(block_key, block_structure):
self.add_special_exam_info(block_key, block_structure, usage_info)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment