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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 20 Apr 2006 03:35:09 -0000


albertel		Wed Apr 19 23:35:09 2006 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - sigh
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.350 loncom/homework/structuretags.pm:1.351
--- loncom/homework/structuretags.pm:1.350	Wed Apr 19 23:28:52 2006
+++ loncom/homework/structuretags.pm	Wed Apr 19 23:35:06 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.350 2006/04/20 03:28:52 albertel Exp $
+# $Id: structuretags.pm,v 1.351 2006/04/20 03:35:06 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -161,7 +161,6 @@
 	}
 	$form_tag_start.='>';
     }
-    &Apache::lonnet::logthis("page_start -- ".length($page_start));
     return ($page_start,$form_tag_start);
 }