Index: trunk/phase3/includes/api/ApiUpload.php |
— | — | @@ -147,7 +147,6 @@ |
148 | 148 | */ |
149 | 149 | function performStash() { |
150 | 150 | try { |
151 | | - xdebug_break(); |
152 | 151 | $fileKey = $this->mUpload->stashFile()->getFileKey(); |
153 | 152 | } catch ( MWException $e ) { |
154 | 153 | $message = 'Stashing temporary file failed: ' . get_class( $e ) . ' ' . $e->getMessage(); |