--- loncom/homework/radiobuttonresponse.pm 2007/07/17 20:44:07 1.124 +++ loncom/homework/radiobuttonresponse.pm 2007/08/06 20:52:54 1.125 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.124 2007/07/17 20:44:07 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.125 2007/08/06 20:52:54 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -296,7 +296,6 @@ sub displayallfoils { my $result; &Apache::lonxml::debug("survey style display"); my @names; - &Apache::lonnet::loghthis("Display all foils"); if ( $Apache::response::foilgroup{'names'} ) { @names= @{ $Apache::response::foilgroup{'names'} }; }