removing xdebug call
This commit is contained in:
parent
b526cd0d68
commit
3241602f14
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue