From: Neil Kandalgaonkar Date: Mon, 18 Jul 2011 18:59:56 +0000 (+0000) Subject: removing xdebug call X-Git-Tag: 1.31.0-rc.0~28771 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=3241602f1411956a45afd4de47bee2e8f9d5022c;p=lhc%2Fweb%2Fwiklou.git removing xdebug call --- diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index 7c95f99912..ff9ddeb8c3 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -147,7 +147,6 @@ class ApiUpload extends ApiBase { */ function performStash() { try { - xdebug_break(); $fileKey = $this->mUpload->stashFile()->getFileKey(); } catch ( MWException $e ) { $message = 'Stashing temporary file failed: ' . get_class( $e ) . ' ' . $e->getMessage();