--- loncom/xml/lonxml.pm 2006/12/29 20:36:13 1.430.2.2 +++ loncom/xml/lonxml.pm 2007/01/08 18:45:31 1.430.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.430.2.2 2006/12/29 20:36:13 albertel Exp $ +# $Id: lonxml.pm,v 1.430.2.3 2007/01/08 18:45:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1457,7 +1457,6 @@ ENDNOTFOUND &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, ['editmode']); } - &Apache::lonnet::logthis("edit mode is ".$env{'form.editmode'}); if (!$env{'form.editmode'} || $env{'form.viewmode'} || $env{'form.discardview'}) { $result = &Apache::lonxml::xmlparse($request,$target,$filecontents, '',%mystyle);