--- loncom/homework/drawimage.pm 2004/09/09 07:24:56 1.7 +++ loncom/homework/drawimage.pm 2004/09/09 07:34:48 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # programatic image drawing # -# $Id: drawimage.pm,v 1.7 2004/09/09 07:24:56 albertel Exp $ +# $Id: drawimage.pm,v 1.8 2004/09/09 07:34:48 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -262,7 +262,6 @@ sub end_image { my $result; if ($target eq 'web' || $target eq 'tex') { my $bgimg=&Apache::lonxml::endredirection(); - &Apache::lonnet::logthis("image $bgimg"); my $x = &Apache::lonxml::get_param('x',$parstack,$safeeval); my $y = &Apache::lonxml::get_param('y',$parstack,$safeeval); my $clipx = &Apache::lonxml::get_param('clipx',$parstack,$safeeval); @@ -278,7 +277,6 @@ sub end_image { my $transparent = &Apache::lonxml::get_param('transparent',$parstack,$safeeval); $bgimg=&Apache::imageresponse::clean_up_image($bgimg); - &Apache::lonnet::logthis("image af clean $bgimg"); my $i=$args{"cgi.$cgi_id.OBJCOUNT"}++; $args{"cgi.$cgi_id.OBJTYPE"}.='IMAGE:'; $args{"cgi.$cgi_id.OBJ$i"} =