From fba35288817536e1cc9f05cf57fb76c561d15d29 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 18 Sep 2009 14:38:59 +0000 Subject: [PATCH] Partial revert of r56602: remove what is probably accidentally committed debugging code. --- includes/api/ApiFormatBase.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 166c98fafd..0294fcea68 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -334,8 +334,6 @@ class ApiFormatFeedWrapper extends ApiFormatBase { foreach ($items as & $item) $feed->outItem($item); $feed->outFooter(); - } elseif ( isset($data['error']) ) { - die( var_dump( $data['error'] ) ); } else { // Error has occured, print something useful ApiBase::dieDebug( __METHOD__, 'Invalid feed class/item' ); @@ -345,4 +343,4 @@ class ApiFormatFeedWrapper extends ApiFormatBase { public function getVersion() { return __CLASS__ . ': $Id$'; } -} +} \ No newline at end of file -- 2.20.1