Index: trunk/phase3/includes/filerepo/file/File.php |
— | — | @@ -817,7 +817,6 @@ |
818 | 818 | if ( $status->isOK() ) { |
819 | 819 | $thumb->setStoragePath( $thumbPath ); |
820 | 820 | } else { |
821 | | - var_dump($status->errors); |
822 | 821 | $thumb = $this->transformErrorOutput( $thumbPath, $thumbUrl, $params, $flags ); |
823 | 822 | } |
824 | 823 | } |