From 3b9c69c57a2350df381974ec4162e2ccd474a4d7 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 12 Feb 2010 14:09:42 +0000 Subject: [PATCH] Remove debug logging introduced in r62354 --- includes/api/ApiFormatBase.php | 1 - 1 file changed, 1 deletion(-) 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() ) { -- 2.20.1