--- loncom/xml/lonxml.pm 2006/12/28 17:20:36 1.435 +++ loncom/xml/lonxml.pm 2007/01/08 18:44:01 1.436 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.435 2006/12/28 17:20:36 raeburn Exp $ +# $Id: lonxml.pm,v 1.436 2007/01/08 18:44:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1466,7 +1466,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);