--- loncom/homework/structuretags.pm 2002/12/05 22:59:37 1.142 +++ loncom/homework/structuretags.pm 2002/12/05 23:26:24 1.143 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.142 2002/12/05 22:59:37 albertel Exp $ +# $Id: structuretags.pm,v 1.143 2002/12/05 23:26:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,7 +122,6 @@ sub page_start { sub get_resource_name { my ($parstack,$safeeval)=@_; my $name=&Apache::lonnet::gettitle(); - &Apache::lonnet::logthis("Got $name"); if ($name eq '') { $name=&Apache::lonnet::EXT('resource.title'); if ($name eq 'con_lost') { $name = ''; }