Skip to content
Snippets Groups Projects
Commit e7c25c99 authored by kimth's avatar kimth
Browse files

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

parent 6d3516a7
No related merge requests found
......@@ -231,9 +231,6 @@ class CapaModule(XModule):
# Only show the reset button if pressing it will show different values
if self.rerandomize != 'always':
reset_button = False
# THK: for debugging
reset_button = True
# User hasn't submitted an answer yet -- we don't want resets
if not self.lcp.done:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment