From: Aaron Schulz Date: Mon, 9 Jan 2012 21:22:54 +0000 (+0000) Subject: Removed debug code from r108472 X-Git-Tag: 1.31.0-rc.0~25380 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=021c953e33581daf41a0567ea22c3060940c2817;p=lhc%2Fweb%2Fwiklou.git Removed debug code from r108472 --- diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index c9dd775a49..67345a686e 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -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 ); } }