Subject: | Request and result output when saving pages |
MediaWiki-1.10 prints the request and result to STDOUT when saving page
content. This is caused by a print statement on line 164 in
lib/MediaWiki/page.pm.
Show quoted text
> print $res->request->as_string, "\n\n", $res->as_string;