--- loncom/homework/structuretags.pm 2006/04/20 03:28:52 1.350 +++ loncom/homework/structuretags.pm 2006/04/20 03:35:06 1.351 @@ -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 @@ sub page_start { } $form_tag_start.='>'; } - &Apache::lonnet::logthis("page_start -- ".length($page_start)); return ($page_start,$form_tag_start); }