From 6e772b1aee7e973f2f70dbcebe06eb8c769b130d Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 27 Aug 2010 17:55:20 +0000 Subject: [PATCH] Remove old var_dump --- includes/Import.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Import.php b/includes/Import.php index fd33e037bb..f399db0ce7 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -311,7 +311,6 @@ class WikiRevision { $file = wfLocalFile( $this->getTitle() ); if( !$file ) { - var_dump( $file ); wfDebug( "IMPORT: Bad file. :(\n" ); return false; } -- 2.20.1