[LON-CAPA-cvs] cvs: loncom(version_1_2_X) /homework structuretags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 13 Aug 2004 19:05:01 -0000
albertel Fri Aug 13 15:05:01 2004 EDT
Modified files: (Branch: version_1_2_X)
/loncom/homework structuretags.pm
Log:
- Remove silly log spew commit. Sigh
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.260.2.1 loncom/homework/structuretags.pm:1.260.2.2
--- loncom/homework/structuretags.pm:1.260.2.1 Fri Aug 13 14:51:33 2004
+++ loncom/homework/structuretags.pm Fri Aug 13 15:05:01 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.260.2.1 2004/08/13 18:51:33 albertel Exp $
+# $Id: structuretags.pm,v 1.260.2.2 2004/08/13 19:05:01 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -58,7 +58,6 @@
my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
my $result='';
my $bodytext=&Apache::lonxml::get_all_text("/tex",$parser);
- &Apache::lonnet::logthis("Hrrm? $bodytext --");
if ($target eq 'tex') {
return $bodytext.' ';
}