[LON-CAPA-cvs] cvs: loncom /xml run.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 01 Oct 2003 21:34:53 -0000
albertel Wed Oct 1 17:34:53 2003 EDT
Modified files:
/loncom/xml run.pm
Log:
- removing some debugs
Index: loncom/xml/run.pm
diff -u loncom/xml/run.pm:1.40 loncom/xml/run.pm:1.41
--- loncom/xml/run.pm:1.40 Wed Oct 1 17:27:35 2003
+++ loncom/xml/run.pm Wed Oct 1 17:34:53 2003
@@ -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 @@
&HTML::Entities::encode($innererror).
'</pre> occured while running <pre>';
$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]='<b><font color="red">'.