--- loncom/xml/lonxml.pm 2001/03/27 17:47:43 1.64 +++ loncom/xml/lonxml.pm 2001/03/27 18:19:29 1.65 @@ -411,7 +411,7 @@ sub handler { my $request=shift; my $target='web'; - $Apache::lonxml::debug=1; + $Apache::lonxml::debug=0; if ($ENV{'browser.mathml'}) { $request->content_type('text/xml'); } else {