[LON-CAPA-cvs] cvs: loncom /homework radiobuttonresponse.pm

foxr lon-capa-cvs-allow@mail.lon-capa.org
Mon, 22 Oct 2007 09:29:58 -0000


foxr		Mon Oct 22 05:29:58 2007 EDT

  Modified files:              
    /loncom/homework	radiobuttonresponse.pm 
  Log:
  remove some log spew.
  
  
  
Index: loncom/homework/radiobuttonresponse.pm
diff -u loncom/homework/radiobuttonresponse.pm:1.129 loncom/homework/radiobuttonresponse.pm:1.130
--- loncom/homework/radiobuttonresponse.pm:1.129	Mon Oct 15 05:47:29 2007
+++ loncom/homework/radiobuttonresponse.pm	Mon Oct 22 05:29:58 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # mutliple choice style responses
 #
-# $Id: radiobuttonresponse.pm,v 1.129 2007/10/15 09:47:29 foxr Exp $
+# $Id: radiobuttonresponse.pm,v 1.130 2007/10/22 09:29:58 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -18,8 +18,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with LON-CAPA; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with LON-CAPA; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
 # /home/httpd/html/adm/gpl.txt
 #
@@ -250,8 +249,7 @@
 		my $part_id="$part.$id";
 		push (@{ $Apache::lonhomework::analyze{"$part_id.options"} },
 		      ('true','false'));
-		push (@{ $Apache::lonhomework::analyze{"$part_id.bubble_lines"} },
-		      $bubble_lines);
+
 	    }
 	}
 	$Apache::lonxml::post_evaluate=0;