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 @@
190190 * @param $text string
191191 */
192192 public function printText( $text ) {
193 - error_log($text);
194193 if ( $this->mBufferResult ) {
195194 $this->mBuffer = $text;
196195 } elseif ( $this->getIsHtml() ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62354various eol whitespace now instead of when someone needs to do CRmah06:44, 12 February 2010

Status & tagging log