From 021c953e33581daf41a0567ea22c3060940c2817 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 9 Jan 2012 21:22:54 +0000 Subject: [PATCH] Removed debug code from r108472 --- includes/filerepo/file/File.php | 1 - 1 file changed, 1 deletion(-) 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 ); } } -- 2.20.1