diff --git a/common/lib/xmodule/xmodule/capa_module.py b/common/lib/xmodule/xmodule/capa_module.py index c3ed1692d5..90522f7ca5 100644 --- a/common/lib/xmodule/xmodule/capa_module.py +++ b/common/lib/xmodule/xmodule/capa_module.py @@ -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: