Commit e7c25c99 by kimth

Remove reset button being on all the time (for debug)

parent 6d3516a7
...@@ -232,9 +232,6 @@ class CapaModule(XModule): ...@@ -232,9 +232,6 @@ class CapaModule(XModule):
if self.rerandomize != 'always': if self.rerandomize != 'always':
reset_button = False reset_button = False
# THK: for debugging
reset_button = True
# User hasn't submitted an answer yet -- we don't want resets # User hasn't submitted an answer yet -- we don't want resets
if not self.lcp.done: if not self.lcp.done:
reset_button = False reset_button = False
......
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