From e7c25c99999084bcb9e3c5097b594ea17debf6cf Mon Sep 17 00:00:00 2001 From: kimth Date: Fri, 13 Jul 2012 13:57:29 -0400 Subject: [PATCH] Remove reset button being on all the time (for debug) --- common/lib/xmodule/xmodule/capa_module.py | 3 --- 1 file changed, 3 deletions(-) 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: