Remove debug logging introduced in r62354
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 12 Feb 2010 14:09:42 +0000 (14:09 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 12 Feb 2010 14:09:42 +0000 (14:09 +0000)
includes/api/ApiFormatBase.php

index a6d6893..d5f1ea4 100644 (file)
@@ -189,7 +189,6 @@ See <a href='http://www.mediawiki.org/wiki/API'>complete documentation</a>, or
         * @param $text string
         */
        public function printText( $text ) {
-               error_log($text);
                if ( $this->mBufferResult ) {
                        $this->mBuffer = $text;
                } elseif ( $this->getIsHtml() ) {