--- loncom/xml/run.pm 2003/10/01 21:27:35 1.40 +++ loncom/xml/run.pm 2003/10/01 21:34:53 1.41 @@ -1,6 +1,6 @@ package Apache::run; # -# $Id: run.pm,v 1.40 2003/10/01 21:27:35 albertel Exp $ +# $Id: run.pm,v 1.41 2003/10/01 21:34:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -102,9 +102,7 @@ sub run { &HTML::Entities::encode($innererror). ' occured while running
'; $code=&HTML::Entities::encode($code); - &Apache::lonxml::debug(""); if ($innererror=~/line (\d+)/) { - &Apache::lonxml::debug("Line is $1"); my $linenumber=$1; my @code=split("\n",$code); $code[$linenumber-1]=''.