[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 05 Dec 2002 23:26:24 -0000


albertel		Thu Dec  5 18:26:24 2002 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - stupid debug statement removal
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.142 loncom/homework/structuretags.pm:1.143
--- loncom/homework/structuretags.pm:1.142	Thu Dec  5 17:59:37 2002
+++ loncom/homework/structuretags.pm	Thu Dec  5 18:26:24 2002
@@ -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 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 = ''; }