--- loncom/homework/optionresponse.pm	2016/09/14 18:30:06	1.195.2.2
+++ loncom/homework/optionresponse.pm	2015/04/20 21:57:47	1.198
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # option list style responses
 #
-# $Id: optionresponse.pm,v 1.195.2.2 2016/09/14 18:30:06 raeburn Exp $
+# $Id: optionresponse.pm,v 1.198 2015/04/20 21:57:47 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -516,9 +516,6 @@ sub grading_is_nonlenient {
     } elsif ($lenientparm=~/^1|on|yes$/i) {
         $nonlenient = 0;
     }
-    if (!$nonlenient) {
-        $Apache::inputtags::leniency=1;
-    }
     return $nonlenient;
 }