--- loncom/homework/randomlabel.pm 2004/02/11 21:58:15 1.57 +++ loncom/homework/randomlabel.pm 2004/02/11 21:59:49 1.58 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # random labelling tool # -# $Id: randomlabel.pm,v 1.57 2004/02/11 21:58:15 albertel Exp $ +# $Id: randomlabel.pm,v 1.58 2004/02/11 21:59:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -169,7 +169,6 @@ sub end_bgimg { my $result=''; if ($target eq 'web' || $target eq 'tex' || $target eq 'analyze') { my $bgimg=&Apache::lonxml::endredirection; - &Apache::lonnet::logthis("bgimg is -$bgimg-"); if ($target eq 'web') { $bgimg=&Apache::imageresponse::clean_up_image($bgimg); $args{"cgi.$cgi_id.BGIMG"}=&Apache::lonnet::escape($bgimg);