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

This commit is contained in:
kimth
2012-07-13 13:57:29 -04:00
parent 6d3516a754
commit e7c25c9999

View File

@@ -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: