Removed debug code from r108472
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 9 Jan 2012 21:22:54 +0000 (21:22 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 9 Jan 2012 21:22:54 +0000 (21:22 +0000)
includes/filerepo/file/File.php

index c9dd775..67345a6 100644 (file)
@@ -817,7 +817,6 @@ abstract class File {
                        if ( $status->isOK() ) {
                                $thumb->setStoragePath( $thumbPath );
                        } else {
-                               var_dump($status->errors);
                                $thumb = $this->transformErrorOutput( $thumbPath, $thumbUrl, $params, $flags );
                        }
                }