r62367 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r62366
|
r62367
|
r62368
>
Date:
14:09, 12 February 2010
Author:
siebrand
Status:
ok
Tags:
Comment:
Remove debug logging introduced in
r62354
Modified paths:
/trunk/phase3/includes/api/ApiFormatBase.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiFormatBase.php
—
—
@@ -189,7 +189,6 @@
190
190
* @param $text string
191
191
*/
192
192
public function printText( $text ) {
193
- error_log($text);
194
193
if ( $this->mBufferResult ) {
195
194
$this->mBuffer = $text;
196
195
} elseif ( $this->getIsHtml() ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r62354
various eol whitespace now instead of when someone needs to do CR
mah
06:44, 12 February 2010
Status & tagging log
17:39, 12 February 2010
Bryan
(
talk
|
contribs
)
changed the
status
of r62367
[
removed:
new
added:
ok]