Remove old var_dump
authorPlatonides <platonides@users.mediawiki.org>
Fri, 27 Aug 2010 17:55:20 +0000 (17:55 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 27 Aug 2010 17:55:20 +0000 (17:55 +0000)
includes/Import.php

index fd33e03..f399db0 100644 (file)
@@ -311,7 +311,6 @@ class WikiRevision {
 
                $file = wfLocalFile( $this->getTitle() );
                if( !$file ) {
-                       var_dump( $file );
                        wfDebug( "IMPORT: Bad file. :(\n" );
                        return false;
                }