--- loncom/publisher/lonpublisher.pm 2003/02/18 23:13:54 1.111 +++ loncom/publisher/lonpublisher.pm 2003/02/18 23:18:50 1.112 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.111 2003/02/18 23:13:54 albertel Exp $ +# $Id: lonpublisher.pm,v 1.112 2003/02/18 23:18:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -948,9 +948,7 @@ sub publish { my $oldenv=$ENV{'request.uri'}; $ENV{'request.uri'}=$target; - $Apache::lonxml::debug=1; $allmeta=Apache::lonxml::xmlparse(undef,'meta',$content); - $Apache::lonxml::debug=0; $ENV{'request.uri'}=$oldenv; &metaeval($allmeta);