From: Siebrand Mazeland Date: Fri, 12 Feb 2010 14:09:42 +0000 (+0000) Subject: Remove debug logging introduced in r62354 X-Git-Tag: 1.31.0-rc.0~37800 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=3b9c69c57a2350df381974ec4162e2ccd474a4d7;p=lhc%2Fweb%2Fwiklou.git Remove debug logging introduced in r62354 --- diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index a6d689359c..d5f1ea4412 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -189,7 +189,6 @@ See complete documentation, or * @param $text string */ public function printText( $text ) { - error_log($text); if ( $this->mBufferResult ) { $this->mBuffer = $text; } elseif ( $this->getIsHtml() ) {