removing xdebug call

This commit is contained in:
Neil Kandalgaonkar 2011-07-18 18:59:56 +00:00
parent b526cd0d68
commit 3241602f14

View file

@ -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();